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
What is the synonym of join?
What is data compression? : sql server database administration
Can a rule be bound to any column of any data type?
What is acid properties?
Is INSTEAD OF trigger directly applicable to Table ?
Where sql server usernames and passwords are stored in a sql server?
what's the maximum size of a row? : Sql server database administration
How to delete duplicate rows in sql server?
How do I create a stored procedure in sql server?
Explain an incremental backup?
What is sql server agent and what are the two modes of authentication in sql server?
what is the primary use of the model database? : Sql server administration
Do you know what is fill factor and pad index?
How to change the name of a database user?
How many cores do I need for sql server 2016?