InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following MySQL statement “NOT (Null)”?(a) True(b) Null(c) False(d) None of the mentionedI had been asked this question in homework.My doubt stems from The from Clauses in portion Select Statement of MySQL |
|
Answer» RIGHT OPTION is (B) Null Easiest EXPLANATION: NONE. |
|