Hi Everyone:
Can anyone please tell me if Null value in the column will take up the whole bytes, which the column data type will allocate. Say I have a column which has data type float (8 bytes),if this column is Null, does SQL allocate 8 bytes to hold this Null value,or does it just allocate smaller bytes? Thanks alot.
Can anyone please tell me if Null value in the column will take up the whole bytes, which the column data type will allocate. Say I have a column which has data type float (8 bytes),if this column is Null, does SQL allocate 8 bytes to hold this Null value,or does it just allocate smaller bytes? Thanks alot.