InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following MySQL statement “true AND Null”?(a) True(b) Null(c) Depend(d) None of the mentionedThis question was addressed to me during an interview.My doubt is from The from Clauses topic in section Select Statement of MySQL |
|
Answer» RIGHT OPTION is (B) Null For EXPLANATION: NONE. |
|