This project helped me enhance my SQL skills and deepen my understanding of relational databases. CS50 SQL LECTURE 7 Repository Description In this repository, I practiced my skills in writing SQL queries using the IMDb database. The project includes various queries that demonstrate:
Data Retrieval: Extracting information about movies, actors, genres, and ratings. Table Joins: Using JOIN to combine different tables and obtain comprehensive information. Grouping and Aggregation: Applying grouping functions to analyze data by categories.