i have table agdet i want first 5 maximum commission which
query will you write for this thanks in advance
Answer Posted / thiru
select * from agdet order by commission fetch first 5 rows
only for read only with ur
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What language is db2 written in?
What is a db2 collection?
Why db2 is called db2?
List out the data types available.
Explain in detail about buffer manager and its functionalities?
How to rename a table in DB2 ?
What are the various data types available in db2?
What is dclgen (declaration generator)?
How would you find out the total number of rows in a db2 table?
Explain about cursor stability?
What is cursor in dbms?
How to restart a DB2 program?
Can one database have multiple instances?
What is a db2 tablespace?
Explain package in db2 and its advantages?