-
Which variable when set to 1 would enable foreign key checking for InnoDB tables?
-
- autocommit
- error_count
- identity
- foreign_key_checks
- None of these
Correct Option: D
Setting the variable ‘foreign_key_checks’ to 0 or 1 disables or enables the foreign key checking for InnoDB tables. The default is to perform checking. Disabling key checks can also be helpful.