how to find nth highest salary
Answer Posted / jiten
select top 1 salary from employee where salary in (select
top n salary from employee order by salary desc)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Will the writetext statement activate a trigger?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
How to delete multiple rows with one delete statement in ms sql server?
Differentiate between ms sql server reporting services vs crystal reports?
Name some of the open source software that you can use in alternative to SSR?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
List the ways in which dynamic sql can be executed?
What is update_statistics command?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
What are different types of replication in sql server?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
Explain collation?
How check triggers in sql server?
what is denormalization? : Sql server database administration
Explain Geometry datatype in sql server 2008 with example