Q3 Multiple choice Flag Which two are true about constraints? (Choose two.) Select all that apply. A A column with a FOREIGN KEY constraint can never contain a NULL value. B A constraint can be disabled even if the constrained column contains data. C Constraints are enforced only during INSERT operations. D All constraints can be defined at the table or column level. E A column with a UNIQUE constraint can contain a NULL value. Correct answer