InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following MySQL statement “Null AND Null”?(a) True(b) Null(c) False(d) None of the mentionedI have been asked this question during an interview.Query is from The from Clauses topic in section Select Statement of MySQL |
|
Answer» CORRECT OPTION is (B) Null Explanation: NONE. |
|