Multiple choice technology databases

A null is the same as zero or a blank space.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

NULL in SQL represents missing or unknown data, not zero or a blank space. NULL is fundamentally different from any actual value, including zero or empty string. Any arithmetic or comparison operation with NULL typically returns NULL.