Find top Nth employee from each department in terms of
salary?
Answer Posted / madhu
select top 1 salary,employee from (table name) group by
department
| Is This Answer Correct ? | 10 Yes | 13 No |
Post New Answer View All Answers
What is 3nf normalization form?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
Define normalisation?
How to run sql server 2005 books online on your local system?
What are the steps you must follow to hide sql server instances?
How to remove duplicate rows from table?
What is difference between createstatement and preparedstatement?
Explain aggregate functions?
What is raid, and how it can influence database performance?
what is the primary use of the model database? : Sql server administration
Can you use order by when defining a view?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
Does a server store data?
What is a primary key?
Which tcl commands are available on the sql server?