SQL
Ask questions, get answers — from data.
Beginner13 lessons≈2 h 48 min total
Start this trail
Begins with: What is a database?
Trail map
Camp 1
First steps
Databases, tables, and your very first query.
Camp 2
Querying
Filter, sort, and compute — the daily bread of SQL.
- Filtering with WHEREOn the trail map
- ORDER BY and LIMITOn the trail map
- COUNT, SUM, AVGOn the trail map
Camp 3
Multiple tables
Real data lives in many tables. JOIN brings it together.
- JOINsOn the trail map
- GROUP BYOn the trail map
- SubqueriesOn the trail map
Camp 4
Changing data
Create tables and modify data — with care.
- INSERTOn the trail map
- UPDATE and DELETEOn the trail map
- CREATE TABLEOn the trail map
- Project: library databaseOn the trail map