InterviewSolution
Saved Bookmarks
| 1. |
Which operator is used to check the expression is not “NULL”?(a) IS NULL(b) NOT NULL(c) ON(d) None of the mentionedThis question was addressed to me during an online exam.Asked question is from Null: the Four Letter Word topic in section Nulls and Conditions and Miscellaneous of MySQL |
|
Answer» CORRECT answer is (b) NOT NULL The BEST explanation: NONE. |
|