find out the third highest salary?
Answer Posted / arungkd
Hey dudes ,
i have worked out this question and got the Answer.... here
it is given below...
SELECT min(income) AS salary FROM [user] WHERE income in
(SELECT DISTINCT top 3 income FROM [user] order by income
desc )
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is a data dictionary and how can it be created?
How to delete all rows a table in oracle?
How to work with data objects interactively?
Explain the truncate in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
How do I limit the number of oracle database connections generated by weblogic server?
What is rowid and rownum in oracle?
Are truncate and delete commands same? If so why?
Is there an oracle sql query that aggregates multiple rows into one row?
Difference between oracle's plus (+) notation and ansi join notation?
How translate command is different from replace?
How to compare dates in oracle sql?
Please explain drop constraint oracle?
How to calculate date and time differences in oracle?
What is define in oracle?