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?
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
How to execute multiple stored procedures at one time in sql server?
Difference between Logical Page and Physical Page in SSRS.
List out the different types of locks available in sql server?
what is normalization? Explain different levels of normalization? : Sql server database administration
Does sql server use t sql?
Differentiate between a local and a global temporary table?
Which language rdl files made of?
Where are stored procedures in sql server?
Tell me the difference between clustered and non-clustered index?
What is the name of reporting services config file and what’s it’s used for?
what is datawarehouse?
Does index slows down insert statements?
What are different types of replication in sql server?