Skip to content

To examine the dataset with SQL and help the store understand its business growth.

Notifications You must be signed in to change notification settings

kiranndeep/SQL_Music_Store_Analysis_EDA

Repository files navigation

Music Store Data Analysis

Objective:-

  • In this project I have examine the dataset with SQL and help the store understand its business growth.
  • In the project, I used SQL to answer several queries about the music shop company.

FEATURES - 1.User interactive Presentation, can be seen in my repository.

2.Who is the senior most employee,find name and job title?

3.Which countries have the most invoices?

4.What are the top 3 values of total invoice?

5.Which city has the best customers?We would like to throw a promotional Music Festival in the city we made the most money. Write a query that returns one city that has the highest sum of invoice totals. Return both the city name and sum of all invoice totals.

6.Who is the best customwer? The customer who has spent the most money will be declared the best customer. Write a query that returns the person who has spent the most money.

7.We want to find out the most popular music genre for each country. We determine the most popular genre as the genre with the highest amount of purchases. Write a query that returns each country along with the top genre. For countries where the maximum number of purchases is shared return all genres.

8.Write query to return the email, first name , last name, & Genre of all rock music listeners.Return your list ordered alphabetically by email starting with A.

9.Lets invite the artists who have written the most rock music in our dataset. Write a query that returns the Artist name and total track count of the top 10 rock bands.

10.Return all the track names that have a song length longer than the average song length. Return the name and Milliseconds for each track.Order by the song length with the longest songs listed fisrt.

11.Find how much amount spent by each customer on artists? Write a query to return customer name, artist name and total spent.

12.Write a query that determines the customer that has spent the most on music for each country. Write a query that returns the country along with the top customer and how much threy spent.For countries where the top amount spent is shared , provide all customers who spent this amount.

*TECH STACK USED-

SQL and Excel.

DATA OVERVIEW -

schema_diagram

About

To examine the dataset with SQL and help the store understand its business growth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published