Which two statements are true regarding constraints?

Which two statements are true regarding constraints? (Choose two.)

Which two statements are true regarding constraints? (Choose two.)

A.
A columns with the UNIQUE constraint can contain NULL values

B.
A constraint can be disabled even if the constraint column contains data

C.
A constraint is enforced only for the INSERT operation on a table

D.
A foreign key cannot contain NULL values

E.
All constraints can be defined at the column level as well as the table level



Leave a Reply 2

Your email address will not be published. Required fields are marked *


king

king

A constraint can be disabled even if the constraint column contains data

A columns with the UNIQUE constraint can contain NULL values

J-Ray

J-Ray

Some might be confused by the plural “values” – can’t it only contain one NULL?