Single Choice
Easy
QWhich DDL statement is used to add a foreign key constraint to a table in MySQL?
ID: #15458
DDL - Data Definition Language
90 views
Question Info
#15458Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The FOREIGN KEY statement in MySQL is used to add a foreign key constraint to a table. It establishes a relationship between two tables based on a column or set of columns.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic