πŸ“Š MySQL
Q. Which clause in the SQL standard controls how NULL values in a composite foreign key are handled when comparing to a primary key.
  • (A) SET
  • (B) MATCH
  • (C) ON DELETE
  • (D) ON CASCADE
πŸ’¬ Discuss
βœ… Correct Answer: (B) MATCH

Explanation: This question is about how MySQL handles NULL values in foreign keys, specifically when comparing them to the primary key they are referencing.

Explanation by: Neelam Mittal
This question is about how MySQL handles NULL values in foreign keys, specifically when comparing them to the primary key they are referencing.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
154
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
96%
Success Rate