how to find nth highest salary
Answer Posted / shiva
SELECT MAX( salary) FROM salary where salary not in(
SELECT DISTINCT TOP 3 salary FROM salary order by salary desc)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is the function of sql server agent windows service?
How do I find my localdb version?
Does the unique constraint create an index?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
Explain what are partitioned views and distributed partitioned views?
How to stop log file growing too big?
How to list all tables in the database using odbc_tables()?
What is 2nf normalization form?
What are the advantages dts has over bcp?
What is autocommit mode in sql server?
How to provide default values to function parameters?
Explain different types of collation sensitivity?
Can you explain what are various ways to enhance the ssrs report?
What is the difference between row_number and dense_rank?
What are different types of data sources?