Do you mean does an empty or null field take up the same amount of space as a filled field? The answer to that depends on the data type. For numeric, date/time, and CHAR fields, the answer is yes. For a VARCHAR, TEXT-type or BLOB-type field, the answer is no, the amount of space used depends on the length of the data in the field.