Question: Question 7 To add constraint on column course_level that checks that the level is between 1 to 5: Not yet answered Marked out of 1.00


Question 7 To add constraint on column course_level that checks that the level is between 1 to 5: Not yet answered Marked out of 1.00 a. Alter table courses add constraint_S check (course_level between 1 and 5); O b. Alter table courses add constraint S check (course_level >=1 and =1 and course_level
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
