Single Choice
Easy
QWhich type of data constraint in MySQL allows you to define custom data validation rules?
ID: #15507
Data Constraints and Integrity - MySQL
93 views
Question Info
#15507Q ID
EasyDifficulty
Data Constraints and Integrity - MySQLTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The CHECK constraint in MySQL allows you to define custom data validation rules. It checks the value being inserted or updated against a specified condition or expression.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic