InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following MySQL statement “false AND Null”?(a) False(b) Null(c) Depend(d) None of the mentionedThis question was posed to me in a job interview.Query is from The from Clauses topic in portion Select Statement of MySQL |
|
Answer» CORRECT CHOICE is (B) Null Best EXPLANATION: NONE. |
|