i have table agdet i want first 5 maximum commission which
query will you write for this thanks in advance
Answer Posted / girish
select * from agdet a where 5 >= (select commission from
agdet a , agdet b where b.commission > = a. commission)with
ur;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is db2 look?
What does sqlcabc has?
What is difference between isnull and coalesce?
What is dclgen (declaration generator)?
When the like statement is used?
What is the meaning concurrency in the db2 database?
Explain what are the various isolation levels possible?
Highlight all the advantages that are attached to a package.
Explain packages.
How to find the number of rows in db2 tables?
What's The Percentage Free Space ?
How do you stop a db2 database in linux?
What is the use of dclgen in db2?
What is null in db2?