Q. What will be the output of the following MySQL statement "Null AND Null"?
β
Correct Answer: (B)
Null
Explanation: This question tests your understanding of how MySQL handles NULL values in logical operations.