I
DB2 9 Family Fundamentals
300 Questions
Question No. 1
If table TAB1 is created using the following statement:
CREATE TABLE tab1 (col1 INTEGER NOT NULL,
col2 CHAR(5),
CONSTRAINT cst1 CHECK (col1 in (1, 2, 3)))
Which of the following statements will successfully insert a record into table TAB1?
Choose the correct option from the given list.
01 / 300