Q. Which data type character merges the "Check Constraint" into a data type definition?
β
Correct Answer: (A)
ENUM
Explanation: This question is about how to include a "Check Constraint" directly within the definition of a data type in MySQL. Check constraints are used to ensure that data entered into a column meets specific criteria.