https://github.com/parth2104/music_store_analysis_using_sql_
https://github.com/parth2104/music_store_analysis_using_sql_
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parth2104/music_store_analysis_using_sql_
- Owner: parth2104
- Created: 2024-03-18T12:07:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T12:08:31.000Z (over 1 year ago)
- Last Synced: 2024-03-18T13:31:31.784Z (over 1 year ago)
- Size: 209 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 harnesses the power of Microsoft SQL Server to delve into the dataset of an online music store. The goal is to scrutinize specific aspects of the store's business performance, empowering informed decision-making for future growth and optimization.
## Schema Diagram 📊
## Database and Tools 🛠️
* **Microsoft SQL Server**: A robust relational database management system developed by Microsoft, offering extensive support for transaction processing, business intelligence, and analytics applications.
## Questions Answered ❓
1. **What are the most popular genres of music?**
2. **What are the most popular artists?**
3. **What are the most popular songs?**
4. **What are the average prices of different types of music?**
5. **What are the most popular countries for music purchases?**## Results 📈
The analysis yields the following insights:
* 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.