Siddarameshwaruh / SQL_Project-Movies_Dataset_Analysis

The project was a part of the SQL course offered by codebasics.io

Home Page:https://codebasics.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies_Dataset_Analysis

Task :

  • Import Movies Dataset in MySQL
  • Create a Database From an Entity Relationship Diagram - ERD
  • Retrieve Data Using Text Query (SELECT, WHERE, DISTINCT, LIKE)
  • Retrieve Data Using Numeric Query (BETWEEN, IN, ORDER BY, LIMIT, OFFSET)
  • Exercise - Summary Analytics (MIN, MAX, AVG, GROUP BY)
  • Perform SQL Joins (INNER, LEFT, RIGHT, FULL)
  • Analytics on tables
  • Getting results using Subquery
  • Using Common Table Expression (CTE) to create a temporary relation and get outputs

Entity Relationship Diagram (ERD)

2023-06-04T21_20_17

Things Learnt

🔥 Creating ERD Diagram

🔥 SQL Joins

🔥 Subquery

🔥 Common Table Expression (CTE)

About

The project was a part of the SQL course offered by codebasics.io

https://codebasics.io/