https://github.com/shivani0126/music_store_analysis
This repository contains a SQL dataset of a music store and SQL queries to answer questions about the data. The results of the SQL queries can be found in the analysis.sql file. This repository can be used as a starting point for anyone who wants to learn how to use SQL to analyze data.
https://github.com/shivani0126/music_store_analysis
dataanalysis pgadmin4 postgresql sql
Last synced: about 1 year ago
JSON representation
This repository contains a SQL dataset of a music store and SQL queries to answer questions about the data. The results of the SQL queries can be found in the analysis.sql file. This repository can be used as a starting point for anyone who wants to learn how to use SQL to analyze data.
- Host: GitHub
- URL: https://github.com/shivani0126/music_store_analysis
- Owner: shivani0126
- Created: 2024-12-01T17:24:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:35:12.000Z (over 1 year ago)
- Last Synced: 2025-02-11T11:52:41.275Z (over 1 year ago)
- Topics: dataanalysis, pgadmin4, postgresql, sql
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Project: Music Store Analysis
## Description
This project uses SQL to analyze the dataset of an online music store. The goal of the project is to answer a set of questions about the store's business performance and help in its growth by making better decisions.
## Installation
To run this project on your machine you need to install any SQL-supported DBMS then follow the steps below:
1. Create a database.
2. Create tables using the schema diagram provided below.
3. Import csv files provided in the dataset folder.
## Schema Diagram

## Database and Tools
* Postgre SQL
* PgAdmin4
## Credits
Throughout the development of this project, I have sought inspiration from a pivotal video source: https://youtu.be/VFIuIjswMKM
## Questions Answered
The following are a few of the questions that are answered in the project:
* What are the most popular genres of music?
* What are the most popular artists?
* What are the most popular songs?
* What are the average prices of different types of music?
* What are the most popular countries for music purchases?
## Results
The results of the project are as follows:
* The most popular genre of music is "Rock".
* The most popular artist is "Queens".
* The most popular song is "War Pigs".
* The average price of an album is $1.
* The most popular country for music purchases is the United States.
## Conclusion
The project was successful in answering the set of questions about the store's business performance. The results of the project can be used by the store to make decisions about its marketing and product offerings.