denormalization and sql injection

main
Matthew Huntington 2 years ago
parent c8a05feb95
commit 12798458d9

@ -232,6 +232,12 @@ END;
### Denormalization
| id | name | age | company_id | company_name | company_address |
|----|------|-----|------------|--------------|-----------------|
| 1 | matt | 43 | 1 | google | SF |
### Excel -> CSV -> MySQL
### SQL Injection
- input with value `Huntington'; DROP TABLE people;`

Loading…
Cancel
Save