SQL queries performed on a IMDB database containing scaled down data(Year 2017-2019) of the movies to explore the details of the database to analyse and gain insights. All Sql scripts were created and tested on SSMS 2016.
- Run the Sql script SetupImdbDatabase.sql to create the database and the tables.
- Insert data in each table using the scripts named as 'InsertValues....'.sql.
- Open the sql script BasicEDAQueries.sql to execute the queries.
- The above script contains analytical insights and the query results in comments.
- Run or Execute individual query to find the results.