Interview Questions

How does DB2 store NULL physically?

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

How does DB2 store NULL physically?

as an extra-byte prefix to the column value. physically, the nul prefix is Hex ’00’ if the value is present and Hex ‘FF’ if it is not.

(Continued on next question...)

Other Interview Questions