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 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 correct example of adding primary key constraint?
Which of the following is the correct example of dropping on delete cascade?
Which of the following is the correct example of referencing the BOOKS table to AUTHORS?
Which of the following is not possible causes of lock.
Which of the following is the correct query that will create a report that will display the followin...
Which of the following joins are mutually exclusive.