Loading...
Select Version
You can prohibit use of the NULL value in a column in a base table by specifying one of the following column constraints in the column definition:
NOT NULL constraint
PRIMARY KEY constraint
check constraint that prohibits use of the NULL value
If use of the NULL value is not prohibited, a column can contain the NULL value.