i need department wise top 2 employees salary.which logic
i will use
Answer Posted / arun
Select top(2)* from table order by salary desc
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
what is text? : Sql dba
How sql query is executed?
Explain what is dbms?
What is sqlerrd?
What are the parts of a sql statement?
What is an exception in pl/sql?
What is the unique index?
Why is pl sql needed?
How do you determine the current isolation level? : Transact sql
What is sorting in sql?
What is query optimization in sql?
what are enums used for in mysql? : Sql dba
Is primary key is clustered index?
What is trigger in pl sql with examples?
What is the difference between clustered and non-clustered index in sql?