You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lesson2.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ Objective: Students should be able to build CRUD functionality using SQL stateme
42
42
43
43
## Homework
44
44
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
0 commit comments