find out the third highest salary?
Answer Posted / bhagayraj
SELECT *
FROM Emp e1
WHERE (2) = (
SELECT COUNT(DISTINCT(e2.Salary))
FROM Emp e2
WHERE e2.Salary > e1.Salary)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to call a stored function with parameters?
Explain the use of indexes option in exp command.
Can I create users through internet explorer in oracle 10g?
How to use null as conditions in oracle?
Can objects of the same schema reside in different tablespace?
How can we force the database to use the user specified rollback segment?
How can we find out the current date and time in oracle?
What do you understand by a database object? Can you list a few of them?
What privilege is needed for a user to delete rows from tables in another schema?
What are the differences between char and varchar2 in oracle?
How to connect to the server with user account: sys?
How can you merge two tables in oracle?
Explain the use of Merge statement in oracle 11g
How do I find my oracle client driver version?
what is Single Byte Overhead...?