Exercises listed in https://github.com/WebDevSimplified/Learn-SQL
Create Database/Table
Drop Database/Table
Use Database
Alter Table
Band Table
Primary Key
Foreign Key
Insert into
Select
Limit
As/Alias
Order by
Select Distinct
Update
Where
Like
Between
Delete
Join (Inner/Left/Right)
Aggregate Functions
Group by
Alias Tables
Having vs Where