This repository contains my learning path following "Learning SQL" by Alan Beaulieu (O'Reilly).
- sakila-schema/ β Scripts to create and populate the Sakila sample database.
- exercises/ β Practice queries organized by chapter.
- solutions/ β Clean versions of selected exercises solutions.
- Install MySQL.
- Import the Sakila database (see
sakila-schema/README.md). - Follow exercises in
exercises/. - Solutions to selected problems are available in
solutions/.