how to find nth highest salary

Answer Posted / pandian

select top 1 salary from (select distinct top 9 salary from
EmpMaster order by salary desc)a

Is This Answer Correct ?    65 Yes 88 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the purposes of floor and sign functions?

540


Explain active/passive and active/active cluster configurations?

630


What are clustered and non-clustered index?

548


How do you Implement SSIS Packages in your Project?

1511


What is resultset concur_updatable?

584






How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?

2114


What is dimension table? : sql server analysis services, ssas

558


Name 3 ways to get an accurate count of the number of records in a table?

573


How to replace the Query Result 'Null Value' with a text ?

562


How to find table changes in sql server?

660


Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?

855


Do you know what is difference between stored procedure and user defined function?

614


What are the types of resultset?

535


Can binary strings be used in arithmetical operations?

524


Explain about Views?

602