Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

NULL value in table columns

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.