how to find the fifth highest salary?

Answer Posted / nagireddy karri

select min(emp_sal) from (select (Emp_sal) from(select
Emp_sal from emp order by emp_sal desc) and rownum<=5)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by flat file database?

493


Explain about the process which takes place to execute a stored routine?

434


What are the three tiers in a 3 tier architecture?

438


What is difference between 2 tier and 3 tier architecture?

437


What is Multivalued dependency?

466






What is "transparent DBMS"?

515


What is SDL (Storage Definition Language)?

497


What is an Entity set?

544


Explain the microsoft sql server delete command? : sql server architect

430


What is n tier architecture with example?

428


in oracle BPM composer in part BA model on design model in enterprise model i cannot connection with value chain model work not links in part properties do you can me help me?

1108


What is an Entity?

499


What is Relationship set?

468


What is indexing and what are the different kinds of indexing?

474


Does storing of data in stored procedures increase the access time? Explain?

812