1. Installation
2. Starting with MySQL
3. Create database
4. Schema - what we will build together
5. Create & describe table
6. Create other tables
7. Foreign key
8. Insert data
9. Alter table
10. Select from more tables with joins
11. Joins overview
12. Where clause, order by, & alias
13. Aggregate functions
14. Limit & offset
15. Useful operations
16. Working with dates - datediff
17. Working with dates - interval
18. Subquery & Group by
19. Wildcards
20. In & not in
21. Select from more tables
22. Select total
23. Delete
24. Delete with subquery
25. Update
26. Drop Delete table