Q. Which function returns NULL if expr1 = expr2?
β
Correct Answer: (D)
NULLIF()
Explanation: This question asks about a function in MySQL that checks if two expressions are equal. If they are equal, it returns NULL. Let's break down the options: