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
How can you append an identity column to a temporary table?
how to create a scrollable cursor with the scroll option? : Sql server database administration
Explain about analysis services?
What is report snapshot?
What is a field in a table?
What is SQL Azure Data sync?
Explain transaction isolation levels in sql server?
What is the boxing and unboxing concept in .net?
Explain about protocol layer present in SQL server?
What is used to replicate sessions between instances in coldfusion clusters?
List few advantages of stored procedure.
What is the purpose of self join?
How can I change procedure name in sql server?
What is the recursive stored procedure in sql server?
If a table does not have a unique index, can a cursor be opened on it?