Adding Constraints to the Course Schedule (Challenge)

# Introduction In this challenge, we will be adding constraints to the course schedule in a given database. The task involves adding a check constraint to the `course` table to ensure that the `credit` field value is greater than or equal to 3. The constraint needs to be named `credCheck`.

|60 : 00

Click the virtual machine below to start practicing