Bulk Insert Data Into Course Schedule | Challenge

# Introduction In this challenge, we will be using dynamic SQL to bulk insert data into the course schedule. You will need to add three pieces of data to the schedule at once, including the course ID, course name, and instructor. To accomplish this, you can utilize the `<foreach>` tag. The result of this challenge will be validated by comparing it to the provided image of the course schedule.

|60 : 00

Click the virtual machine below to start practicing