i have table agdet i want first 5 maximum commission which
query will you write for this thanks in advance
Answer Posted / yuvaevergreen
exec sql
select commission from agdet order by commission desc
fetch first 5 rows only
end-exec;
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is coalesce in db2?
Explain about rct.
What is the use of predicate?
What is multi row fetch in db2?
How many types of page locks can be held in db2?
What is db2 bind process?
What type of database is db2?
When the like statement is used?
How do you select a row using indexes in db2?
What is db2 plan table?
What types of tables are there in the db2 database?
What is difference between alias and synonym in db2?
How to check sequence on a table in db2?
Define declaration generator (dclgen).
What is the use of with ur in db2?