MCQ
Single Best Answer
Easy
QWhich type of data constraint in MySQL ensures referential integrity between two tables?
ID: #15506
Data Constraints and Integrity - MySQL
100 views
Question Info
#15506Q 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: Option C
Explanation
The FOREIGN KEY constraint in MySQL ensures referential integrity between two tables. It establishes a relationship between a column in one table and the primary key in another table.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic