InterviewSolution
Saved Bookmarks
| 1. |
Is the following statement is true/false?(a) “An expression can be NULL,but can never equal to NULL”(b) True(c) FalseThe question was asked in an online quiz.The above asked question is from Null: the Four Letter Word in division Nulls and Conditions and Miscellaneous of MySQL |
|
Answer» CORRECT choice is (a) “An expression can be NULL,but can NEVER equal to NULL” For EXPLANATION: NONE. |
|