Find top Nth employee from each department in terms of
salary?

Answer Posted / saber ali

select max(salary) from employee where salary in (select top
4 salary from employee order by salary desc)

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are clustered and non-clustered index?

633


Any one plz send me SQL Server Developer/DBA resume for 4 years experience

2264


Relational calculus is what type of language?

674


Where actually sql azure database is hosted?

155


What sql server means?

659






What are orphan records?

622


How to start and end transact-sql statements?

662


What is dml command?

621


What are the types of processing and explain each? : sql server analysis services, ssas

809


what is a join and explain different types of joins? : Sql server database administration

618


What are the types of user defined functions in sql server?

594


Can sql servers linked to other servers?

633


What is 3nf normalization?

647


What do you mean by sql server 2005 express management tools?

919


What is the maximum size per database for sql server express?

634