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
Tell me about builtinadministrator?
How can we delete a table in sql server?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?
What is 2nf normalization?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
What are points to remember while using the fillfactor argument?
Explain the concept of recursive stored procedure.
If we delete pack Spec what will be the status of pack Body ?
Difference between report and query parameter.
application server is slow what may be the problem
how to create “alternate row colour”?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
What is the difference between coalesce() & isnull()?
how to use DTS package in 2000,2005,2008 in sql server
What are the types of processing and explain each? : sql server analysis services, ssas