Q. What will be the output of the following MySQL statement "false AND Null"?
β
Correct Answer: (B)
Virtual tables
Explanation: This question is about how MySQL handles logical operations with NULL values. Let's break it down: