There is a 5000 EMP in company.how we find out the 5th
highest getting salary employee outof 5000 employes........
Answer Posted / satish kalynm
SELECT * FROM T999 WHERE SAL<(SELECT MAX(SAL) FROM T999
WHERE SAL<(SELECT MAX(SAL) FROM T999 WHERE SAL<(SELECT
MAX(SAL) FROM T999 WHERE SAL<(SELECT MAX(SAL) FROM T999))));
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How do I add a column in db2?
Explain in detail about buffer manager and its functionalities?
Is ibm db2 open source?
Explain about open switch business continuity software?
What is catalog database in db2?
what are bind concepts in db2 cobol?
what is a corelated subquerry?
What is db2 command?
What is a storage group (stogroup)?
What is the result of open cursor statement?
Define db2 and its databases?
What is the use of runstats in db2?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
How can you do the explain of a dynamic sql statement?
What is the usage of open cursor command?