Computer Science for IGCSE & O level - Databases (Section 6 - No. 35)

In an SQL query, what does the `NULL` value represent?
Zero.
An empty string.
A missing or unknown value.
A default value.

Explanation

The `NULL` value indicates that the data for a particular field is missing or unknown.

Comments (0)

Advertisement