NULL Values

Describes how to work with NULL values.

To specify a NULL value, simply do not put any value into that field of the row. For example, in the 3 rows below, the first row will have a NULL value for the first column; the second row will have a NULL value in the second column, and the third row will have a NULL value in the third column.

,2,3

1,,3

1,2,