Skip to content

imvickykumar999/SQL-RSVP-Movies-Case-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL RSVP Movies Case Study

SQL queries performed on the IMDb database to provide recommendations to RSVP Movies based on insights.

Problem Introduction

RSVP Movies is an Indian film production company that has produced many super-hit movies. They have usually released movies for the Indian audience but for their next project, they are planning to release a movie for the global audience in 2022.


The production company wants to plan its every move analytically based on data and has approached you for help with this new project. You have been provided with the data on the movies that have been released in the past three years. You must analyze the data set and draw meaningful insights that can help them start their new project.


You are a data analyst and an SQL expert. You must use SQL to analyze the given data and give recommendations to RSVP Movies based on the insights. For your convenience, the entire analytics process has been divided into four segments, where each segment leads to significant insights from different combinations of tables. The questions in each segment with business objectives are written in the script.

Data Set and Database Creation

  1. Download the IMDb dataset.
  2. The first tab contains the ERD and the table details. Study that carefully and understand the relationships between the table.
  3. Inspect each table given in the subsequent tabs and understand the features associated with each of them.
  4. Open your MySQL Workbench and start writing the DDL and DML commands to create the database.

If you don't wish to perform the data loading part, you can directly download the SQL script file containing all the commands and data required for the database creation and start directly with the querying.