Find top Nth employee from each department in terms of
salary?
Answer Posted / khushboo
select top 1 emp_name,emp_sal from employee order by emp_sal
desc
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Tell me what is a linked server?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
How do you rename a table in sql server?
How to set the current database in ms sql server?
Can a database be shrunk to 0 bytes, if not, why?
What is the use of tempdb? What values does it hold?
Find first and last day of current month in sql server
How to find tables without indexes?
Explain how would you store your query in an SSRS report or a Database server?
What are points to remember while using the fillfactor argument?
What do you mean by normalisation?
What is the contrast between sql and mysql?
What is raid and what are different types of raid levels?
Is it possible to create trigger on views?
Is it possible in sql table to have more than one foreign key?