Jan Novak Commented 1 Months ago through
Blogs
My answer is it depends.
If we store NULL value there is no difference of consuming space.
If we store NOT NULL value for:
- char(n) - the storage size is n bytes
- varchar(n) - the storage size is the actual length of the data entered + 2...