Home » MYSQL » Mysql Foreign Keys » Question
  1. Which clause is used to remove a foreign key constraint?
    1. EXCLUDE
    2. DROP
    3. DELETE
    4. REMOVE
    5. 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.



Your comments will be displayed only after manual approval.