If a column is null, does that affect the space used by the column? Is the space used fixed by the column definition? Does this vary from database to database. (I am mainly
It's stored in a bitmap, not as a column value.
Example: a nullable varchar column called middle name
Unless you have a very small table, say a single column char(1), then it's more efficient
Link 1 Link 2