how to find nth highest salary
Answer Posted / vijay dev arya
select salary from employee where salary>(select max
(salary) from employee)
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What is the difference between row_number and dense_rank?
Why use “nolock” in sql server?
do you know how to configure db2 side of the application? : Sql server database administration
When columns are added to existing tables, what do they initially contain?
Do you know how to store and query spatial data?
How will you optimize a stored procedure optimization?
how to define testing of network layers? : Sql server database administration
What are functions in the sql server?
What is a non-clustered index?
What is @@error in sql?
What are different types of raid configurations? : SQL Server Architecture
What is the latest version of microsoft sql server?
Is it possible to update the views? If yes, how, if not, why?
How many servers can we create in a single subscription?