SQL Guide : Getting started with SQL : Which formats are used for each data type : NOT NULL
  
NOT NULL
As opposed to NULL, NOT NULL is one of the SQL data constraints. NOT NULL indicates that null values are not allowed in any row of the table for the specified column. For more information and examples, refer to solidDB® SQL statements.
See also
Which formats are used for each data type