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 / gummadi
select * from table_name
order by ascending
fetch first 3 rows only
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I delete a table in db2?
What is rebind in db2?
What is host variable in db2 cobol?
What is the max length of sqlca?
List some fields from sqlca?
What is load replace in db2?
How to fetch the last row from the table in SQL (db2)?
What is a page in db2?
What does runstats do in db2?
Explain what are the various isolation levels possible?
How do I delete a column in db2?
What is an instance in db2?
What is deadlock in db2?
What is dpf in db2?
what is db2 restart?