DB2 10 for z/OS Database Administrator — Question 3

Which statement about NOT ENFORCED unique constraints is TRUE?

Answer options

Correct answer: A

Explanation

Option A is correct because NOT ENFORCED unique constraints cannot be applied to primary key columns, which must always be enforced for data integrity. The other options are incorrect; the query optimizer does not consider NOT ENFORCED constraints, no warnings are issued for violations, and storage requirements differ from enforced unique indexes.