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
How to find the source of a table in sql server?
Explain different types of locks in sql server.
Can we call stored procedure in trigger?
What is a livelock?
How to get the number of affected rows?
 Explain what is sql override for a source taLle in a mapping?
what is database replicaion? : Sql server database administration
Explain in brief how sql server enhances scalability of the database system?
What is use of dbcc commands?
What is the optimization being performed in oracle and SQL Server?
What is bit data type?
How to optimize stored procedures in sql server?
Why are you getting errors when creating a new odbc dsn?
What is user-defined function?
What are the types of lock supported by ?