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/
.
Book: Learning SQL – O’Reilly