SQL · GLOSSARY

NULL

A marker for missing or unknown data, distinct from zero or an empty string.

Why it matters

NULL affects how data is matched, interpreted or acted on in real work. Understanding the term helps you choose the right tool and avoid silent assumptions in reports.

Practical check

When this concept appears in a spreadsheet, query or workflow, ask what one row represents, which values are allowed, and what should happen when data is missing or duplicated.

Find guides and tools about NULL →