how to find nth highest salary
Answer Posted / guru
select max(salary) from Employee where salary not in(select
top (n-1) salary from Employee order by salary desc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it ok to shrink transaction log?
can you instantiate a com object by using t-sql? : Sql server database administration
List the different index configurations possible for a table?
How raid can influence database performance?
What is raid and what are different types of raid levels?
What is the current limitation of the size of SQL Azure DB?
Explain multiserver query
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
Relational calculus is what type of language?
How and why use sql server?
In how many ways you can invoke ssrs reports?
Does a server store data?
What does it mean to manipulate data?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
What is a heap?