Find out the 3rd highest salary?
Answer Posted / karna
Hi Friends,
sorry,last answer was wrong.
I have changed the query,check now
to get the nth highest value of a column in a table,please
use the below simple query
select min(column) from table where column in(select top n
column from table order by desc)
any queries,mail me at karun84@gmail.com
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How to use distinct and count in sql query? Explain
What is the difference between Union and Union all. Which is faster.
Which table is left in left join?
How to disable a trigger name update_salary?
Can we use views in stored procedure?
What is the use of double ampersand (&&) in sql queries? Give an example
Which command is used to delete a package?
Which query operators in sql is used for pattern matching?
What plvcmt and plvrb does in pl/sql?
Can we use ddl statements in stored procedure?
what is normalization? : Sql dba
What are hotfixes and patches?
What does stand for in sql?
What is oracle pl sql developer?
Why do we need cursor in pl sql?