Q. Which clause in the SQL standard controls how NULL values in a composite foreign key are handled when comparing to a primary key.
β
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.