how to find nth highest salary
Answer Posted / ganesh prasad
all are not working properly incase repeat salary
this one is correct
select min(deptsal) from dept where deptsal in ( select
distinct top 4 deptsal from dept order by deptsal desc)
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What is the sql server 2000 version number?
what are the new features in SSRS?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is the difference between seek predicate and predicate?
Explain cross join or cartesian product in sql?
What is dbcc?
What are the limitations in ssrs on sql server express edition?
What is the openxml statement in sql server?
can you implement data mining in SSRS?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
What does the update command do?
What is difference between count (*) and count column?
What the class forname () does?
What is encryption key?
Why do we partition data?