Answer Posted / 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 |
Post New Answer View All Answers
How to view db2 table structure?
Give a brief description of db2 isolation levels?
Explain the function done by data manager?
What are foreign keys in db2?
Outputs of explain are with matchcols = 0. What does this signify?
What is node in db2?
What is db2 stogroup?
How to fetch the last row from the table in SQL (db2)?
What is clone table?
What are types of indexes?
B37 abend during spufi?
How to retrieve rows from a db2 table in embedded sql?
What is the physical storage length of the data types date, time, and timestamp?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is dbrm library?