• Home
  • How many indexes will be created by the following statement? Create table mytab { Col1 int not null primary key, Col2 char (64), Col3 char (32), Col4 int not null, Constraint c4 unique (Col4,Col1) }
Question 1:
How many indexes will be created by the following statement? Create table mytab { Col1 int not null primary key, Col2 char (64), Col3 char (32), Col4 int not null, Constraint c4 unique (Col4,Col1) }
A. 0
B. 1
C. 2
D. 3

These questions are from this test. Would you like to take a practice test?

DB2 Quiz 2 | Englishfreetest.com