Search notes:

SQL Standard feature F383: Set column not null clause

By default, each SQL data type allows to be assigned the null value. The SQL feature F383 specifies that a (table) column can be specified as not null so that is impossible to insert a record with a null value in that column into the table.

See also

Table constraints
(some) ISO 9075 (SQL) features

Index