IBM Exam Questions

Which type of constraint can be used to ensure that an INTEGER column in a table will never be assig

Which type of constraint can be used to ensure that an INTEGER column in a table will never be
assigned more than one record that contains a NULL value?

A.
Unique constraint

B.
Primary key constraint

C.
Informational constraint

D.
Column default constraint

Explanation: