InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following MySQL statement “false OR Null”?(a) True(b) Null(c) False(d) None of the mentionedThe question was asked by my college director while I was bunking the class.Enquiry is from The from Clauses in portion Select Statement of MySQL |
|
Answer» RIGHT CHOICE is (B) Null Easiest EXPLANATION: NONE. |
|