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

Skip to content

Commit f038212

Browse files
committed
very slight changes to lesson2
1 parent 212e0d2 commit f038212

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Lesson2.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ Objective: Students should be able to build CRUD functionality using SQL stateme
88

99
- INSERT INTO
1010
- UPDATE
11-
- DELETE
12-
- CREATE TABLE, DROP TABLE
11+
- CREATE TABLE
12+
- DELETE, TRUNCATE TABLE, DROP TABLE
1313
- Writing SQL in your application
1414
- Raw SQL strings
1515
- Prepared statements
1616
- Stored procedures
1717
- Security
18-
- User GRANTS
1918
- SQL Injection
19+
- User GRANTS
2020

2121
## Reference Material
2222

23-
24-
- [MySQL SHOW GRANTS](https://dev.mysql.com/doc/refman/5.7/en/show-grants.html)
2523
- [OWASP on SQL Injection](https://www.owasp.org/index.php/SQL_injection)
24+
- [MySQL SHOW GRANTS](https://dev.mysql.com/doc/refman/5.7/en/show-grants.html)
2625

2726
## Homework
2827

0 commit comments

Comments
 (0)