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 212e0d2 commit f038212Copy full SHA for f038212
Lesson2.md
@@ -8,21 +8,20 @@ Objective: Students should be able to build CRUD functionality using SQL stateme
8
9
- INSERT INTO
10
- UPDATE
11
-- DELETE
12
-- CREATE TABLE, DROP TABLE
+- CREATE TABLE
+- DELETE, TRUNCATE TABLE, DROP TABLE
13
- Writing SQL in your application
14
- Raw SQL strings
15
- Prepared statements
16
- Stored procedures
17
- Security
18
- - User GRANTS
19
- SQL Injection
+ - User GRANTS
20
21
## Reference Material
22
23
-
24
-- [MySQL SHOW GRANTS](https://dev.mysql.com/doc/refman/5.7/en/show-grants.html)
25
- [OWASP on SQL Injection](https://www.owasp.org/index.php/SQL_injection)
+- [MySQL SHOW GRANTS](https://dev.mysql.com/doc/refman/5.7/en/show-grants.html)
26
27
## Homework
28
0 commit comments