Which two statements are true about constraints?
A.A column can have only one CHECK constraint. B.A UNIQUE constraint can use a pre-existing index on the constrained column or正确答案BD
Columns. C.A PRIMARY KEY constraint can only be added to an empty table. D.A FOREIGN KEY column can contain NULLS. E.A CHECK constraint can refer to values in other rows.