Your browser does not support JavaScript!

Which of the following is the correct example of adding a CHECK constraint where CODE should start with the character ‘BS’.

  • The correct answers are: CREATE TABLE COURSE(CODE CHAR(4) PRIMARY KEY,TITLE VARCHAR(20),CONSTRAINT CODE_ck CHECK (CODE LIKE ‘BS%’));b, ‘BS’)); Correct
Feedbacks
InstantDonkey - 2 years ago
Upvoted this question
Similar IT-6203 questions