Let's query some data from the Sakila sample database using MySQL workbench! We will use subqueries, statements including JOIN, CREATE VIEW, GROUP BY, ORDER BY, WHERE, LIMIT, and mathematical functions such as SUM() and COUNT().
- Install MySQL workbench
- Initiate and run the SQL server
- Download the Sakila database
Download the SQL file from this repository and open in MySQL workbench. Be sure to load the Sakila database and update to the Schema. Have fun!
Ying Li