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.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion