Skip to content

saratkarpk/SQL_Music_Store_Analysis

Repository files navigation

🎡 Music Store SQL Analysis

This beginner-friendly project explores a digital music store database using SQL. The goal is to help the store understand business performance and customer behavior by answering practical questions through query analysis.

πŸ“Œ Objective

To analyze the Music Store playlist database and uncover business insights using structured SQL queries. This includes identifying best-selling tracks, understanding customer preferences, and exploring genre popularity.

🧰 Tools & Technologies

  • SQL (PostgreSQL)
  • PgAdmin4

🧾 Schema Diagram

Here is the entity-relationship diagram used for understanding table relationships: MusicDatabaseSchema

πŸ—‚οΈ Dataset Overview

The database consists of several tables including:

  • customers – customer demographics and location
  • invoices – purchase history
  • invoice_items – details of purchased tracks
  • tracks, albums, artists – song metadata
  • genres, media_types – music classification

πŸ” Key Analysis Performed

  • Top-selling tracks and artists
  • Revenue by country and customer
  • Most popular genres
  • Customer behavior and spending patterns

About

Digital Music Store data analysis using SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published