write the query for find the top 2 highest salary in sql
server
Answer Posted / arun kumar k s
select Distinct Top 2 Salary from EMP order by Salary desc
| Is This Answer Correct ? | 111 Yes | 59 No |
Post New Answer View All Answers
How to find out the list schema name and table name for the database?
What is a derived table?
What is the difference between mysql and mysqli?
How do you check sql server is up and running?
How to write a query with a right outer join in ms sql server?
What is the difference between insensitive and scroll cursor?
What is the difference between a fill factor of 100 and 0?
Why do you want to join software field as you have done your BE in Electronics?
What is the difference between DataRow.Delete() and DataRow.Remove()?
Mention what are the core components of ssrs?
what are the different types of SSRS reports?
How can I create a new template for import ? : sql server management studio
Who is the owner of a schema in ms sql server?
What happens if date-only values are provided as date and time literals?
What is ssl in sql server?