Creating Stored Procedures for Course Data Retrieval (Challenge)

# Introduction In this challenge, you will use MySQL to create a stored procedure called `getCourses` that fetches courses from the `course` table where the `credits` field value exceeds 3. The goal of the challenge is to test your knowledge of stored procedures and SQL queries.

|60 : 00

Click the virtual machine below to start practicing