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 on column BOOK_ID to accept value greater that 10?
CREATE TABLE BOOKS(BOOK_ID NUMBER,TITLE VARCHAR(10),YEAR NUMBER(4),CONSTRAINT BK_ID CHECK (BOOK_ID > 10));
Correct
Similar IT-6203 questions
Which of the following is the example of adding a CHECK constraint where CODE should start with the...
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?