Your browser does not support JavaScript!

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