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
What is a group function explain with an example?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
Do you know hot add cpu in sql server 2008?
What are the advantages of mirroring?
List some case manipulation functions in sql?
Why variables called the most powerful component of ssis?
What do you mean by normalisation?
How to update values in a table with update statements in ms sql server?
What is log in sql server?
What is the difference between coalesce() & isnull()?
What is default port number for sql server 2000?
What is collation?
How network traffic be reduced by using the stored procedure?
What is an sql server agent?