Which two statements are true regarding constraints? (Choose two.)
A.
The column with a UNIQUE constraint can store NULLS .
B.
A constraint is enforced only for an INSERT operation on a table.
C.
A foreign key cannot contain NULL values.
D.
You can have more than one column in a table as part of a primary key.