Skip to content

Serms1999/learning-sql-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks