Contents Index The NEWID default String and number defaults

ASA SQL User's Guide
  Ensuring Data Integrity
    Using column defaults

The NULL default


For columns that allow NULL values, specifying a NULL default is exactly the same as not specifying a default at all. If the client inserting the row does not explicitly assign a value, the row automatically receives A NULL value.

You can use NULL defaults when information for some columns is optional or not always available, and when it is not required for the data in the database be correct.

For more information about the NULL value, see NULL value.


Contents Index The NEWID default String and number defaults