Skip to content

Maven Movies Rental Store project uses SQL to analyze rental trends, customer behavior, and revenue insights for a movie rental business.

Notifications You must be signed in to change notification settings

Sharayu26/Maven-Movies-Rental-Store-DA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven-Movies-Rental-Store-DA

Data Analysis for Rental Movies Business Maven Movies Data Analysis: Enhancing Insights for a Rental Business

Project Overview:

This project analyzes a movie rental business's database to provide actionable insights for improving operations, marketing strategies, and inventory management. The dataset is hosted in the MAVENMOVIES database, and SQL was extensively used for exploratory data analysis (EDA), schema understanding, and answering business-critical ad-hoc queries.

Project Objectives:

Customer Insights: Identify customer details (names, emails) for targeted marketing campaigns. Analyze customer rental patterns to improve customer engagement.

Movie Inventory Analysis:

Explore the rental inventory and classify movies based on rental rates and availability. Provide recommendations for expanding the movie collection based on popularity and rental rates. Revenue Optimization:

Analyze rental rates to identify trends and the profitability of various pricing categories. Determine the most rented movie categories and ratings to maximize revenue.

Operational Efficiency:

Help track and manage movie inventory effectively. Highlight gaps in the inventory and optimize stock levels.

Q1. You need to provide customer firstname, lastname and email id to the marketing team

Output_Q1

Q2. How many movies are with rental rate of $0.99?

Output_Q2

Q3. We want to see rental rate and how many movies are in each rental category

Output_Q3

Q4. Which rating has the most films?

Output_Q4

Q5. Which rating is most prevalant in each store?

Output_Q5

Q6. List of films by Film Name, Category, Language

Output_Q6

Q7. How many times each movie has been rented out?

Output_Q7

Q8. REVENUE PER FILM (TOP 10 GROSSERS)

Output_Q8

Q9. Most Spending Customer so that we can send him/her rewards or debate points

Output_Q9

Q10. Which Store has historically brought the most revenue?

Output_Q10

Q11. How many rentals we have for each month

Output_Q11

Q12. Reward users who have rented at least 30 times (with details of customers)

Output_Q12

Q13. Could you pull all payments from our first 100 customers (based on customer ID)

Output_Q13

Q14. Now I’d love to see just payments over $5 for those same customers, since January 1, 2006

Output_Q14

Q15. Now, could you please write a query to pull all payments from those specific customers, along with payments over $5, from any customer?

Output_Q15

Q16. We need to understand the special features in our films. Could you pull a list of films which include a Behind the Scenes special feature?

Output_Q16

Q17. unique movie ratings and number of movies

Output_Q17

Q18. Could you please pull a count of titles sliced by rental duration?

Output_Q18

Q19. RATING, COUNT_MOVIES,LENGTH OF MOVIES AND COMPARE WITH RENTAL DURATION

Output_Q19

Q20. I’m wondering if we charge more for a rental when the replacement cost is higher. Can you help me pull a count of films, along with the average, min, and max rental rate, grouped by replacement cost?

Output_Q20

Q21. “I’d like to talk to customers that have not rented much from us to understand if there is something we could be doing better. Could you pull a list of customer_ids with less than 15 rentals all-time?”

Output_Q21

Q22. “I’d like to see if our longest films also tend to be our most expensive rentals. Could you pull me a list of all film titles along with their lengths and rental rates, and sort them from longest to shortest?”

Output_Q22

Q23. CATEGORIZE MOVIES AS PER LENGTH

Output_Q23

Q24. CATEGORIZING MOVIES TO RECOMMEND VARIOUS AGE GROUPS AND DEMOGRAPHIC

Output_Q24

Q25. “I’d like to know which store each customer goes to, and whether or not they are active. Could you pull a list of first and last names of all customers, and label them as either ‘store 1 active’, ‘store 1 inactive’, ‘store 2 active’, or ‘store 2 inactive’?”

Output_Q25

Q26. “Can you pull for me a list of each film we have in inventory? I would like to see the film’s title, description, and the store_id value associated with each item, and its inventory_id. Thanks!”

Output_Q26

Q27. Actor first_name, last_name and number of movies

Output_Q27

Q28. “One of our investors is interested in the films we carry and how many actors are listed for each film title. Can you pull a list of all titles, and figure out how many actors are associated with each title?”

Output_Q28

Q29. “Customers often ask which films their favorite actors appear in. It would be great to have a list of all actors, with each title that they appear in. Could you please pull that for me?”

Output_Q29

Q30. “The Manager from Store 2 is working on expanding our film collection there. Could you pull a list of distinct titles and their descriptions, currently available in inventory at store 2?”

Output_Q30

Q31. “We will be hosting a meeting with all of our staff and advisors soon. Could you pull one list of all staff and advisor names, and include a column noting whether they are a staff member or advisor? Thanks!”

Output_Q31

About

Maven Movies Rental Store project uses SQL to analyze rental trends, customer behavior, and revenue insights for a movie rental business.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published