What will be the output of the following MySQL statement “false AND Null”?
(a) False
(b) Null
(c) Depend
(d) None of the mentioned
This question was posed to me in a job interview.
Query is from The from Clauses topic in portion Select Statement of MySQL