AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6203
Which of the following is the...
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
What are the two forms of key integrity constraint?
Which of the following is the correct example of multiple row subquery?
Which of the following is the correct example of modifying a view where salary managerid is null?
Which of the following is not true about complex view when using UPDATE statement?
Which of the following is not part of multiple row subqueries?
Which of the following is the correct example of create a default constraint.