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 the steps to insert a table?
Can you please explain the difference between function and stored procedure?
how to overcome kernel isssues
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
What is update locks?
What structure can you implement for the database to speed up table reads?
What is "scheduled jobs" or "scheduled tasks"?
What is dbcc command in sql server?
Describe in brief authentication modes in sql server.
What are the advantages of mirroring?
What number sorts of privileges are accessible in sql?
What is a dbms wizard?
Different types of keys in SQL?
Which are the two editions in which SQL Azure database available?
Explain the ways to controlling cursor behavior?