Not Null Constraint

This Constraint enforces a column to not accept NULL values. It means that every time a row of data is updated or inserted into a table this column must have a value.

See also:
Default Constraint