how to find nth highest salary
Answer Posted / kavitha.r
Sorry. This one is correct
select top 1 salary from employee where salary in (select
distinct
top n salary from employee order by salary desc) order by
salary asc
| Is This Answer Correct ? | 44 Yes | 18 No |
Post New Answer View All Answers
What is a view in sql?
What is resource db in sql server?
How check triggers in sql server?
Explain about temporary stored procedure?
What are the aggregate and scalar functions?
List all the types of user-defined functions?
Explain multiserver query
Explain tablesample?
What is the Main Difference between ACCESS and SQL SERVER?
Explain concepts of analysis services?
How will you make an attribute not process? : sql server analysis services, ssas
What is a dbms wizard?
Do you know what are the differences between lost updates and uncommitted dependencies?
What is built-in/administrator?
What is not null constraint?