To complete these exercises you will need the Sakila database. Installation instructions can be found at https://dev.mysql.com/doc/sakila/en/sakila-installation.html
You can install the Sakila database as follows:
- Download the Sakila.Zip file from https://dev.mysql.com/doc/index-other.html
- Extract the file
- Start MySQL and open a connection with Workbench
- Select Server->Data import->self contained file and find sakila-schema.sql->Start Import
- Select Server->Data import->self contained file and find sakila-data.sql and select sakila as Target Schema->Start Import
Now you should have the Sakila database and can complete the exercises.