Answer Posted / prachi
SELECT * FROM TABLENAME
FETCH FIRST 100 ROWS ONLY;
This will fetch 1st 100 records
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What do you mean by commit and rollback?
Can you tell me how can you find out the # of rows updated after an update statement?
How to run db2 command in windows?
Outputs of explain are with matchcols = 0. What does this signify?
What is the physical storage length of time data type?
Why do we use cursor?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
List down the data types in the db2 database.
How do you eliminate duplicate values in db2?
What is collection in db2 bind?
What is an instance in db2?
Which components manage deadlocks in db2?
What is scrollable cursor in db2?
What is meant by union and union all?
Mention the location where the output received from explain statement is stored.