Beginner SQL
Q26 / 100

What is the result of "5 = NULL" in SQL?

Correct! Well done.

Incorrect.

The correct answer is C) NULL (unknown)

C

Correct Answer

NULL (unknown)

Explanation

Any comparison with NULL using "=" yields NULL (unknown), not TRUE or FALSE, because NULL represents an unknown value.

Progress
26/100