Community

How is NULL internally stored in DB2?

(Craig Mullins) In DB2, a NULL is stored using a special one-byte null indicator that is “attached” to every nullable column. If the column is set to NULL, then the indicator field is used to record this. Using NULL will never save space in a DB2 database design – in fact, it will always add an extr

Read More - Register for Free Membership

Tags: