MCQs>IT & Programming>DB2 Programming MCQs>How many indexes will be created by the following statement? Create table Smarterer { Col1 int not null primary key, Col2 char (64), Col3 char (32), Col4 int not null, Constraint c4 unique (Col4,Col1) }
DB2 Programming MCQs
How many indexes will be created by the following statement? Create table Smarterer { Col1 int not null primary key, Col2 char (64), Col3 char (32), Col4 int not null, Constraint c4 unique (Col4,Col1) }
Answer
Correct Answer: 2
Explanation:
Note: This Question is unanswered, help us to find answer for this one