Q. What will be the output of the following MySQL statement "true AND Null"?
β
Correct Answer: (B)
LEFT JOIN
Explanation: This question is about how MySQL handles Boolean logic and NULL values.