Q. What does comparing a known value with NULL result into?
β
Correct Answer: (D)
null
Explanation: This question is about how MySQL handles comparing a value with NULL. Remember, NULL in databases means "unknown" or "missing" value.