Previous Topic

Next Topic

Inserting NULL Values

A NULL value can be inserted into a column when a column value is not known or not applicable.

A NULL value can be inserted into a column:

  • By default
  • Using the NULL keyword
  • Using indicator variables

The following sections discuss each of these methods.