If I have a column CHAR(100) and is allowed to have NULL values, when the value is NULL, how much space will this take?
Also, will there be a performance hit, considering the column will be written only one, never updated and selected a lot of times?