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
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
What does normalization do to data?
What is mscorsvw.exe - process - microsoft .net framework ngen?
How to retrieve field values using mssql_result()?
What are joins in sql and what are the different types of joins?
Mention the uses of stored procedures.
What are the differences between stored procedure and view in sql server?
Tell me something about security and sql azure?
Does index speed up select statements?
What is table level trigger?
Describe how to use linked server?
What is a document index?
What is the difference between TRUNCATE and DROP?
How to return the top 5 rows from a select query in ms sql server?
What is the difference between sdf and mdf?