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