An open API service indexing awesome lists of open source software.

https://github.com/serms1999/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.
https://github.com/serms1999/learning-sql-book

database database-practice learning-sql oreilly sakila sql sql-exercises sql-learning

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://www.oreilly.com/library/view/learning-sql-3rd/9781492057604/)