how to find nth highest salary
Answer Posted / saurabh
select max(salary) from Employee where salary not in (
select top 5 Salary from ( select distinct Salary from
Employee order by Salary desc))
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
How do I schedule a sql server profiler trace?
what is blocking? : Sql server database administration
What program is used to store the data source file?
What is the order by used for?
What is application role in sql server database security? : sql server security
What is the difference between delete and truncate statements?
How to use subqueries with the exists operators in ms sql server?
User wants only to display only pdf as export option in report manager. How to achieve this?
List few advantages of stored procedure.
What is db stored procedure?
How display code or Text of Stored Procedure using Sql query in Sql Server ?
What is sqlcmd?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What is the maximum rows in sql server table?
What is trigger in salesforce?