Q. Is the following statement is true/false?
"An expression can be NULL, but can never equal to NULL"
"An expression can be NULL, but can never equal to NULL"
β
Correct Answer: (A)
True
Explanation: This question is about how MySQL handles the special value NULL, which represents the absence of a value.