Delete Expired Course Information (Challenge)

# Introduction In this challenge, we will be writing a script to delete expired course information from a database. We will use the DELETE statement to delete a specific course based on its course ID. The script must be saved in a file named `deleteCourse.sql` in the specified directory. After writing the script, we will run it in MySQL using the provided sample code for verification.

|60 : 00

Click the virtual machine below to start practicing