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
Is mariadb a nosql database?
What is relationship? How many types of relationship are there?
Are views faster than queries?
What is the difference between joins?
How can you select unique records from a table?
How do I count records in sql?
write an sql query to find names of employee start with 'a'? : Sql dba
What is a rank in sql?
Mention what does the hierarchical profiler does?
what is 'mysqladmin' in mysql? : Sql dba
Does a primary key have to be a number?
How to connect a sql*plus session to an oracle server?
How do I find duplicates in a single column in sql?
How do I clear the screen in sql plus?
Differentiate pl/sql and sql?