Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e50747b

Browse files
committed
Updated the homework for lesson 2
1 parent bde231d commit e50747b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Lesson2.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Objective: Students should be able to build CRUD functionality using SQL stateme
4242

4343
## Homework
4444

45-
- Write the necessary SQL statements to complete the functionality of your application.
46-
45+
- Write the necessary SQL statements to complete the functionality of your application. This probably includes, at the minimum, the following functionality:
46+
- Adding a new todo item
47+
- Changing the name, the due date, or the status of a todo item
48+
- Marking a todo item as completed
49+
- Deleting a todo item
4750

0 commit comments

Comments
 (0)