how to find nth highest salary
Answer Posted / sameera chiluka
select secondMAXsal from emp
WHERE seconMAXsal = ((MAXsal)-1);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List all the types of user-defined functions?
How to delete an existing database user?
what types of replication are supported in sql server? : Sql server database administration
How can you append an identity column to a temporary table?
What are the tools available in market as an alternative to sql server reporting services?
What is difference between table aliases and column aliases? Do they affect performance?
What are secondary xml indexes?
How to create and drop temp table in sql server?
How to find tables without indexes?
Explain triggers?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
How to create an multi-statement table-valued function?
What is triggers and its types?
How to join two tables in a single query in ms sql server?
Why do we backup Active Directory ?