Basic SQL queries practice using movie data

  • Tech Stack: MySQL (update, delete, select from, where, order, group by, having, count(), join, and aggregation functions)
  • Github URL: Project Link

Perform basic SQL queries in MySQL workbench, such as creating and updating tables, selecting and grouping data based on conditions, joining two tables, and calculating the five most common aggregations (min, max, sum, count, average).