How does DB2 store NULL physically?

Answers were Sorted based on User's Feedback



How does DB2 store NULL physically?..

Answer / s

DB2 stores an additional byte for every nullable column to
indicate whether the column contains an actual value or
null.

Is This Answer Correct ?    9 Yes 0 No

How does DB2 store NULL physically?..

Answer / sachin

db2 every coloumn have prefix .
if its hexa = '00' then coloumn have the null value
and if its other than null then it containx 'ff'

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More DB2 Interview Questions

What is the clustering index in the db2 database?

0 Answers  


What is the role of the data page in the db2 database?

0 Answers  


How to handle null values in db2

4 Answers  


What is a collection?

3 Answers  


How to resolve -504 sql code in DB2?

2 Answers   Cap Gemini,






What are the disadvantages of PAGE level lock?

3 Answers  


Is it mandatory to use DCLGEN? If not, why would you use it at all?

2 Answers  


What is a DB2 access path?

1 Answers  


What is buffer pool and list some of them?

0 Answers  


What is db2 optimizer?

0 Answers  


Define db2 and its databases?

0 Answers  


Define predicate?

0 Answers  


Categories