whatisgithub

What is chinook_and_sales-data_sql-and-data-queries?

lynntiffany/chinook_and_sales-data_sql-and-data-queries — explained in plain English

Analysis updated 2026-05-18

0Audience · dataComplexity · 1/5Setup · easy

In one sentence

A portfolio project demonstrating SQL and relational database analysis skills using the Chinook music store dataset and a separate sales dataset in MySQL.

Mindmap

mindmap
  root((SQL Analysis Portfolio))
    What it does
      Analyzes Chinook database
      Analyzes sales dataset
      Answers business questions
    Tech stack
      MySQL Workbench
      SQL
      Git
    Use cases
      Practice SQL joins and subqueries
      Find top customers and products
      Study revenue trends
    Audience
      Data analysis learners
      SQL students
      Portfolio reviewers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Study example SQL queries covering joins, subqueries, and window functions.

USE CASE 2

See how the Chinook sample database is used to answer business revenue questions.

USE CASE 3

Review a portfolio example of business focused SQL analysis on a sales dataset.

What is it built with?

SQLMySQL WorkbenchGit

How does it compare?

lynntiffany/chinook_and_sales-data_sql-and-data-queries00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencedatageneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

This is a documentation and query showcase, not runnable software, readers would need MySQL Workbench and the Chinook dataset to follow along.

No license is listed in the README, so the author's default copyright applies and reuse permissions are unclear.

So what is it?

This repository is a portfolio project by Lynn Tiffany that shows off SQL skills using two separate datasets, rather than being a piece of software someone installs and runs. It does not contain an application, only documentation describing the SQL queries and analysis the author performed, so it works best as an example to read rather than a tool to use. The first part uses the Chinook sample database, a commonly used practice dataset built around a fictional digital music store, with tables for artists, albums, tracks, customers, invoices, employees, genres, and playlists. The author imported this data into MySQL and wrote a range of SQL queries against it, starting with basic filtering and sorting, moving through joins and subqueries, and ending with window functions like ROW_NUMBER and RANK. These queries were used to answer business style questions, such as which tracks generated the most revenue, who the highest spending customers were, and how revenue changed over time. The README also mentions exploring basic query optimization ideas, including indexing and the EXPLAIN statement. The second part applies the same kind of analysis to a separate, unspecified sales dataset, again using MySQL Workbench. The questions answered here are similar in spirit: which products generate the most revenue, who the top customers are, how revenue trends over time, and what patterns show up in customer purchasing behavior. The README describes the same general toolkit, aggregation functions, joins, subqueries, and window functions, applied to this second dataset. Overall, this repository is best understood as a learning and demonstration project meant to showcase relational database analysis and business focused SQL querying skills, built with MySQL Workbench, SQL itself, and Git for version control. No license is listed in the README, and the repository does not describe any code beyond the SQL queries themselves.

Copy-paste prompts

Prompt 1
Walk me through the Chinook database schema and the SQL queries used to find top revenue tracks.
Prompt 2
Explain how window functions like ROW_NUMBER and RANK are used in this project's SQL queries.
Prompt 3
Show me how to import the Chinook database into MySQL Workbench to follow along with this analysis.
Prompt 4
Summarize the business questions this repository's SQL queries answer for both datasets.

Frequently asked questions

What is chinook_and_sales-data_sql-and-data-queries?

A portfolio project demonstrating SQL and relational database analysis skills using the Chinook music store dataset and a separate sales dataset in MySQL.

What license does chinook_and_sales-data_sql-and-data-queries use?

No license is listed in the README, so the author's default copyright applies and reuse permissions are unclear.

How hard is chinook_and_sales-data_sql-and-data-queries to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is chinook_and_sales-data_sql-and-data-queries for?

Mainly data.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.