Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4602c9 commit 095bca0Copy full SHA for 095bca0
Lesson2.md
@@ -35,7 +35,12 @@ Objective: Students should be able to build CRUD functionality using SQL stateme
35
- [Node MySQL Escaping Query Values](https://github.com/mysqljs/mysql#escaping-query-values)
36
- [Node MySQL Preparing Queries (automatic escaping)](https://github.com/mysqljs/mysql#preparing-queries)
37
- [MySQL SHOW GRANTS](https://dev.mysql.com/doc/refman/5.7/en/show-grants.html)
38
+- [Rewatch the previously recorded session: part 1](https://www.youtube.com/watch?v=G6v1po3zvNk)
39
+- [Rewatch the previously recorded session: part 2](https://www.youtube.com/watch?v=5fv1vV1TciM)
40
+
41
42
## Homework
43
44
- Write the necessary SQL statements to complete the functionality of your application.
45
46
0 commit comments