Stored Procedure Cursor Database Retrieval (Challenge)

# Introduction In this challenge, we will be using a cursor to output the course information from the `section` table where the semester is Spring. We need to define a stored procedure named `getSectionProcude()` and use a delimiter. The fields to be outputted should be `course_id`, `year`, and `room_number`. After completing the script, it should be saved as `getSection.sql` and stored in the `~/project` directory.

|60 : 00

Click the virtual machine below to start practicing