InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following MySQL statement “true OR Null”?(a) True(b) Null(c) False(d) None of the mentionedThis question was posed to me in an internship interview.This interesting question is from The from Clauses topic in division Select Statement of MySQL |
|
Answer» CORRECT OPTION is (a) True For explanation I WOULD SAY: NONE. |
|