if there is a table with huge number of records and if i
want to extract only first 3 records from the table, what
query i have to provide to retreive first 3 records
Answer Posted / hemachandar
select * from table_name
fetch first 3 rows only;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is db2 restart?
What is bind package and plan in db2?
What is dpf in db2?
How do you stop a db2 database in linux?
What is the role of union all and union
What is the picture clause of null indicator variable?
What is consistency token in db2?
How do I add a column to a table in db2?
How to take backup of table in db2?
What is db2 plan table?
What is page size in db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is db2 catalog database?
Explain about rct in db2?
What is buffer pool in the db2 database?