πŸ“Š MySQL
Q. Which variable when set to 1 would enable foreign key checking for InnoDB tables?
  • (A) error_count
  • (B) identity
  • (C) foreign_key_checks
  • (D) autocommit
πŸ’¬ Discuss
βœ… Correct Answer: (C) foreign_key_checks

Explanation: This question is about foreign keys in MySQL. Foreign keys are used to ensure data integrity by creating a relationship between two tables. They make sure that the data in one table (the "referencing table") matches the data in another table (the "referenced table").

Explanation by: Sonali Mishra
This question is about foreign keys in MySQL. Foreign keys are used to ensure data integrity by creating a relationship between two tables. They make sure that the data in one table (the "referencing table") matches the data in another table (the "referenced table").

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
85%
Success Rate