-
Which clause is used to remove a foreign key constraint?
-
- EXCLUDE
- DROP
- DELETE
- REMOVE
- None of these
Correct Option: B
In MySQL foreign key definition syntax, there are various components. A foreign key links one table to another table in the table. To remove a foreign key constraint, the ‘DROP’ clause is used.