There is a 5000 EMP in company.how we find out the 5th
highest getting salary employee outof 5000 employes........
Answer Posted / kasyapa
select * from emp A where 4 = (select count(*) from emp B
where A.sal<B.sal)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is buffer pool in the db2 database?
What are types of indexes?
How connect db2 database to datastage?
On which levels locks can be applied?
What is ibm db2 database?
Explain various types of locks in db2?
What are the various isolation levels possible?
What is host variable?
How do I delete a table in database?
What is db2 bind process?
How to rename a table in DB2 ?
How many types of page locks can be held in db2?
What are host variables in db2?
What kind of database is db2?
What is sqlca?