Question:Data validation can be implemented at the definition stage through:
A Check constraints with specified values
B Referential constraints, by creating a foreign key for another table
C Default value of a column
D Null constraints
+ AnswerA B D
+ Report