find out the third highest salary?
Answer Posted / kss
Hi every one,
i know that we can get that thr above quer..
one can try using analytic function giving ranks to the
salary column
select sal,dense_rank() over(order by sal desc) rank from
emp
| Is This Answer Correct ? | 18 Yes | 15 No |
Post New Answer View All Answers
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What is primefaces used for?
How can you use check constraints for self referential integrity?
What is the simplest tool to run commands on oracle servers?
Can you have more than one content canvas view attached with a window ?
How to get execution path reports on query statements?
how can we store any pdf file in oracle
How will you identify oracle database software release?
What happens if variable names collide with table/column names?
What is the quickest way to export a table to a flat file?
Define oracle database
What privilege is needed for a user to connect to oracle server?
What are the differences between interval year to month and interval day to second?
Can we store pictures in the database and if so, how it can be done?
What is a read only transaction in oracle?