Download and set up the SQL database
- You can find the activity here: Go to the activity
- If you don’t know how to create a database using MySQL, you can watch this video: How to create a database in MySQL
- This is the file you need to download to complete the activity: Download the SQL file
After downloading the file, open your favorite DBMS and load the SQL file. Below is an example using DBeaver:

Once the file is opened, you’ll see all the SQL code that needs to be executed. To keep everything organized, I recommend collapsing the sections.
Before executing the code, make sure you:
- Select your server
- Select the target database
Then execute the script:

Now have everything to start.