What is the size of a data page?
Answers were Sorted based on User's Feedback
Answer / lakshmisudha
each data page size can be 4kb only after completion of
first page only moves the data in second page
| Is This Answer Correct ? | 1 Yes | 1 No |
How does DB2 determine what lock-size to use?
When would you prefer to use VARCHAR?
What is a correlated sub query?
What is a base table?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What will the DB2 optimizer do?
What is access path in db2?
What are the disadvantages of PAGE level lock?
Is db2 free?
What is rct?