find out the third highest salary?
Answer Posted / hanumantha r challa
select * from emp a where &n=(select count(b.sal) from emp
b where b.sal>=a.sal);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to convert times to characters in oracle?
What is the maximum limit on the number of columns in a table?
What are dml statements in oracle?
How to load a large xml file?
What is the difference between $oracle_base and $oracle_home?
What is bulk copy or bcp in oracle?
What is user managed backup in Oracle?
What is the usage of save points in oracle database?
How do I uninstall oracle 11g?
How to change system global area (sga) in oracle?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How to write a query with an inner join in oracle?
Explain how you would restore a database using RMAN to Point in Time?
How to insert multiple rows with one insert statement in oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?