# Null

Learn about the type that represents null values.

The null type represents the possible absence of a value. It has a single value, represented by the literal `null`.

Learn more on how to represent null values in [null literals](/reference/cql/expressions/literals/null).
