Interview Questions

How does DB2 store NULL physically?

DB2 ( IBM Database 2 ) Interview Questions


(Continued from previous question...)

How does DB2 store NULL physically?

As an extra-byte prefix to the column value. Physically, the null prefix is Hex '00" if the value is present and Hex 'FF' if it is not.

(Continued on next question...)

Other Interview Questions