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. It is best suited for students or self-taught developers who want guided SQL repetition instead of abstract database theory.
Features
- Beginner SQL exercise set
- MySQL Workbench setup
- Record company sample database
- Table creation and data loading
- Joins, updates, inserts, and deletes
- Solutions for every exercise