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
Where in ms sql server is ’100’ equal to ‘0’?
How can windows applications connect to sql servers via odbc?
Explain about protocol layer present in SQL server?
Do you know what is sql service broker?
What are the acid properties?
How to create database with physical files specified in ms sql server?
What is data block and how to define data block size?
Do you know nested transaction?
what is database replication? : Sql server database administration
How do I know if localdb is running?
Explain about analysis services?
How to define and use table alias names in ms sql server?
How column data types are determined in a view?
What is "scheduled jobs" or "scheduled tasks"?
Differentiate between a local and a global temporary table?