Learn SQL
Exercises for beginners to learn SQL
Learn SQL is a beginner-focused SQL practice repository built around a record company database. It pairs a tutorial-style setup with hands-on exercises that help learners move from basic table creation to more complex queries. The project uses MySQL Workbench and provides a schema for bands and albums, then adds data and exercises involving songs, joins, filtering, aggregation, updates, inserts, and deletes. Each exercise includes clear expected output so learners can compare their query results against the intended answer. The later questions require chaining joins and grouping data, which gives beginners a practical path beyond simple SELECT statements. ...