An open API service indexing awesome lists of open source software.

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

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 📊
![alt text](MusicDatabaseSchema-1.png)

## 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.