how to find nth highest salary
Answer Posted / raman sharma
For third highest salary u can use this syntax
select min(cin) from ( select distinct cin from
cws.usertable order by cin desc ) where rownum<4
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the advantages of stored procedure in sql server?
What is the order in which the sql query is executed?
What is the difference between join and inner join?
What are the key configuration files for sql server reporting services ?
can a database be shrunk with users active? : Sql server administration
Can a function call a stored procedure in sql server?
what are the new features in SSRS?
How to create function with parameter in sql server?
What is difference between equi join and inner join?
What are logical/boolean operations in ms sql server?
How to filter records of table in SQL SERVER?
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
How do you rebuild an identity column?
What are the types of indexing?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration