Options:
- A table column by default holds NOT NULL values
- NULL values are used when you want the records that don’t have a value
- NOT NULL values represent missing or unknown data
- A table column by default holds NULL values
-
NULL values are used when you want records to have a value