/learning-sql-book

A repository to practice SQL by following O'Reilly's Learning SQL, using the Sakila sample database for hands-on exercises and solutions.

MIT LicenseMIT

Learning SQL – Exercises Repository

This repository contains my learning path following "Learning SQL" by Alan Beaulieu (O'Reilly).

Structure

  • sakila-schema/ → Scripts to create and populate the Sakila sample database.
  • exercises/ → Practice queries organized by chapter.
  • solutions/ → Clean versions of selected exercises solutions.

Setup

  1. Install MySQL.
  2. Import the Sakila database (see sakila-schema/README.md).
  3. Follow exercises in exercises/.
  4. Solutions to selected problems are available in solutions/.

Book: Learning SQL – O’Reilly