-
Which clause names the parent table and the index columns in the table?
-
- ON DELETE
- FOREIGN KEY
- REFERENCES
- CONSTRAINT
- None of these
Correct Option: C
In MySQL foreign key definition syntax, there are various components, namely, FOREIGN KEY, CONSTRAINT, REFERENCES and ON DELETE. The REFERENCES clause names the parent table and the index columns in the table.