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 the latest version of ibm db2?
What is the picture clause of null indicator variable?
Which component is responsible for processing sql statements and selecting access paths?
What is db2 and what is the use of db2 optimizer?
What is plan in cobol db2?
What is lock escalation in db2?
Explain packages.
what are bind concepts in db2 cobol?
What is the meaning concurrency in the db2 database?
How is deadlock resolved?
How would you find out the total number of rows in a db2 table?
What type of database is db2?
Define db2.
can all users have the privilage to use the sql statement select * (dml)?
What is a storage group (stogroup)?