how to find nth highest salary
Answer Posted / amit
Select salary
from employees
order by salary desc
limit n-1,1;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How self join is different from outer join?
How to find tables without indexes?
How to link tables in sql server?
what stored procedure can you use to display the current processes? : Sql server administration
How secure is sql server database?
What is the difference between stored procedure and user defined functions?
What is shared lock?
What is the difference between varchar and nvarchar datatypes?
How do I find query history in sql server?
What are SSL and TSL protocols?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
Can sql servers link to other servers like oracle?
What is update locks?
Explain what is it unwise to create wide clustered index keys?
What are security principals used in sql server 2005?