NULL Constraint
Allows a column to have a NULL value, representing the absence of data.
Allows a column to have a NULL value, representing the absence of data.
Ensures that a column cannot have a NULL value, requiring data for every record.
Guarantees that all values in a column are distinct from one another.
Provides a predefined value for a column if no value is explicitly provided during insertion.