What will be the output of the following MySQL statement “Null AND Null”?
(a) True
(b) Null
(c) False
(d) None of the mentioned
I have been asked this question during an interview.
Query is from The from Clauses topic in section Select Statement of MySQL