What is a data page?
Answer / s
Tablespaces are divided into equal-sized units called pages
default is 4KB. Data pages contains the table data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
What does an outer join do?
How is a typical DB2 batch program executed ?
What are the contents of dclgen?
Write a query to retrive partial string.
What is Call attach facility? How does it work?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
How can we read records for specific member in CL? AND rpg?
Explain the contention situations caused by locks?
what is the responsibility of the construction superintendent
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).