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?
Answer Posted / anju
I dont think records are stored in the sorted order of primary key in DB2. It happens only in VSAM!
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
List out the buffer pools in db2
What is the clustering index in the db2 database?
How many databases can be created inside an instance in db2 ?
How do I copy a table in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Give a brief description of db2 isolation levels?
What is the difference between plan and package in db2?
How to check sequence on a table in db2?
What action db2 takes when a program aborts in the middle of a transaction?
Define data page.
What is the maximum size of varchar data type in db2?
What is db2 optimizer?
What is the role of the data page in the db2 database?
What is concurrency?
How do I import data from excel to db2?