how to find nth highest salary
Answer Posted / dewashish kumar pal
Select max(salary) from tablename where salary not in (select max(salary) from tablename);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it ok to shrink transaction log?
What is the cpu pressure?
what are the different types of replication you can set up in sql server? : Sql server database administration
What is model database in sql server?
Explain tablesample?
Can you tell me some of the common replication dmv's and their use? : sql server replication
Do you know what is rank function?
What is sql server transaction log file?
Differentiate between a local and a global temporary table?
What is function of CUBE ?
What command is used to delete a table from the database in the sql server and how?
What is the purpose of the tempdb database?
Can multiple columns be used in sql group by clause in ms sql server?
Can an entity have two primary keys?
What is index in an assignment?