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