Q. Which clause is used to remove a foreign key constraint?
β
Correct Answer: (C)
DROP
Explanation: This question asks about removing a special rule called a foreign key constraint in a MySQL database.