Examveda

Is the following statement is true/false?
"Two NULL values are equal to each other"

A. True

B. False

Answer: Option B

Solution (By Examveda Team)

This question is about how MySQL handles NULL values.
NULL represents the absence of a value.
In MySQL, two NULL values are not considered equal.
Think of it this way: If you have two empty boxes, you can't say for sure that they contain the same thing.
Therefore, the correct answer is Option B: False.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous