SQL exercises against the MySQL Sakila sample database (a DVD-rental schema).
| File | Description |
|---|---|
Database Management_SQL_DDM2.sql |
Worked queries covering SELECT/filtering, aggregation, joins, inserts, and key-constraint reasoning |
Question.pdf |
The task specification the script answers |
Load the Sakila sample database in MySQL, then run the script:
mysql -u <user> -p < "Database Management_SQL_DDM2.sql"