Open sample data for developers

The Chinook
sample database, live.

A stable, readable home for Chinook Database downloads, schema documentation, and table-level data previews.

chinook.sqlite

-- a small database with real shape

SELECT Name

FROM Artist LIMIT 5;

AC/DC · Accept · Aerosmith

Alanis Morissette · Alice In Chains

-- 11 tables · 15,607 rows, ready for your next query

Why Chinook

A dependable fixture for database work.

Chinook models a digital music store: artists, albums, tracks, customers, invoices, and the relationships between them. It is useful for learning SQL, testing database libraries, demonstrating joins, and building data tools.

These are the canonical upstream records, packaged in formats that are easy to inspect, download, and reuse.

The schema

Eleven tables. One useful shape.

View all tables

Built for your workflow

Download once.
Use it anywhere.

SQLite for a local database. JSON, YAML, and CSV for tooling. SQL scripts when you need to load another engine.