Vidyalelo
MySQL · Q487

MySQL

Programming · MySQL · question 487

Q487

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

A.
True
B.
False
Answer

Answer: Option B

Solution

Answer: Option B
Solution:
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.