IBM Exam Questions

Which statement is true about an index that is used to support a UNIQUE constraint?

Which statement is true about an index that is used to support a UNIQUE constraint?

A.
It cannot be used in a referential constraint.

B.
It must be defined with the UNIQUE attribute.

C.
It must not contain more than one column.

D.
It must be defined as UNIQUE WHERE NOT NULL.

Explanation: