AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6203
Which of the following is the...
Which of the following is the example of adding a CHECK constraint where CODE should start with the character ‘BS’
The answers are: CREATE TABLE COURSE(CODE CHAR(4) PRIMARY KEY,TITLE VARCHAR(20),CONSTRAINT CODE_ck CHECK (CODE LIKE ‘BS%’));b, ‘BS’));
Correct
Similar IT-6203 questions
Which of the following is the example of adding primary key constraint?
Which of the following is the example of an attribute?
Which of the following is the example of an attributes?
Which of the following is the example of an entity
Which of the following is the example of changing a password to user ANNA from ANNA01 to AN01?
Which of the following is the example of create a default constraint