Delete Course Schedule View Data (Challenge)

# Introduction In this challenge, we will create a view and delete the related data in the view. We need to import data into MySQL and create a view called `teaches_view` based on the `teaches` table with specific fields. Then, we will delete the data from the view where the year is 2018. The challenge requirements include saving the SQL statements in a script file named `teachesDump.sql` in the `~/project` directory.

|60 : 00

Click the virtual machine below to start practicing