write the query for find the top 2 highest salary in sql
server
Answer Posted / kapil singh chauhan
select * from
(select ID,Salary from employee order by Salary desc)
where rownum < 3
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Do you know what are various aggregate functions that are available?
What is the purpose of a table?
What is merge?
Can you type more than one query in the query editor screen at the same time?
How to delete an existing row with delete statements in ms sql server?
Explain full-text indexing?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
If a stored procedure is taking a table data type, how it looks?
Can two tables have the same primary key?
What is explicit mode in sql server?
How connect excel to sql server?
define and explain the differences between clustered and non-clustered indexes.
Explain what are the authentication modes in sql server?
Explain what is meant by replication of database?
What does indexation mean?