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
What are clustered and non-clustered index?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
Relational calculus is what type of language?
Where actually sql azure database is hosted?
What sql server means?
What are orphan records?
How to start and end transact-sql statements?
What is dml command?
What are the types of processing and explain each? : sql server analysis services, ssas
what is a join and explain different types of joins? : Sql server database administration
What are the types of user defined functions in sql server?
Can sql servers linked to other servers?
What is 3nf normalization?
What do you mean by sql server 2005 express management tools?
What is the maximum size per database for sql server express?