find out the third highest salary?
Answer Posted / mihir nasikkar
Here n is 3
SELECT TOP 1 salary
FROM (
SELECT DISTINCT TOP n salary
FROM employee
ORDER BY salary DESC) a
ORDER BY salary
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many data types are supported?
What do database buffers contain?
what's query optimization and without use of IN AND Exist can we get another way data from query
Is there a combination of "like" and "in" in sql?
Explain a synonym?
How to invoke the original export import utilities?
How to speed up webrick?
How to sort output in descending order in oracle?
Why does oracle 9i treat an empty string as null?
How do I connect to oracle?
What is PL/SQL ?
Is postgres faster than oracle?
What are the different oracle database objects?
How to drop an index?
How can windows applications connect to oracle servers?