Back to Data Project 01
SQL · Live case study

Where a Digital Media Store Makes Its Money

Three production-style SQL analyses on the Chinook schema — window functions, CTE pipelines, conditional pivoting, and recursive string normalization — all runnable live in the browser.

CTEs Window functions Conditional aggregation Recursive splits

Dataset: Chinook (digital music store). Analysis and queries are my own.

Advanced SQL showcases

Each card loads a full analytical query. Run it as-is, read the design notes below the results, or edit the SQL.

query.sql
Starting… / Ctrl + Enter

Query output

Results appear here after you run a query.

Database reference 11 tables · click to preview
Loading schema…

What this demonstrates