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
optimization techinques
How will you find out if there are expensive SQL statements running or not?
Who developed sql server?
What are the different index configurations a table can have?
What is postgresql server?
What is the difference between commit and rollback?
What is a deadlock and what is a live lock?
Where are sql server user names and passwords stored in sql server?
How many tables can be joined in SQL Server?
How to get a list all databases on the sql server?
How to find related tables in sql server?
What are different types of join?
What happens if an integer is too big for int date type?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Which tcp/ip port does sql server run on? How can it be changed?