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.
- Host: GitHub
- URL: https://github.com/serms1999/learning-sql-book
- Owner: Serms1999
- License: mit
- Created: 2025-08-02T08:39:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T08:43:35.000Z (5 months ago)
- Last Synced: 2025-08-02T10:46:56.481Z (5 months ago)
- Topics: database, database-practice, learning-sql, oreilly, sakila, sql, sql-exercises, sql-learning
- Homepage: https://www.oreilly.com/library/view/learning-sql-3rd/9781492057604/
- Size: 658 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)