how to find nth highest salary
Answer Posted / balindra sahani
select max(salary) from table_name where max(salary)not
in(select top(n) from table_name order by salary asc)
where n=nth number salary
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between for trigger and after trigger?
Mention what are the core components of ssrs?
Can you explain full-text query in sql server?
what is a self join? Explain it with an example? : Sql server database administration
What is the purpose of a table?
Explain steps of normalization?
What is merge statement?
Tell me what is the order in which the sql query is executed?
mention different types of relationships in the dbms?
Explain how you can deploy an SSRS report?
What is difference between drop truncate and delete?
Distinguish between nested subquery and correlated subquery?
Explain how many types of relationship?
What is catalog views?
Explain about local stored procedure?