Q. Comparing a known value with NULL results into . . . . . . . .
β
Correct Answer: (A)
null
Explanation: This question is about how MySQL handles comparisons with NULL values. NULL represents the absence of data, so comparing it to anything, even a known value, is tricky.