Q. Which keyword is used to specify the foreign key after the table is created?
β
Correct Answer: (C)
ALTER TABLE
Explanation: This question is about how to add a foreign key to a table in MySQL after the table has already been created.