Suppose I have a table with some fixed length fields and some variable length fields, and the variable length fields may be null or very long. Does the order of the fields in the table matter? Can I save space by putting all the fixed length fields at the "top" of the column list?