write the query for find the top 2 highest salary in sql
server
Answer Posted / saravanan p
select distinct top 2 salary from employee order by salary
desc
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How is table type constraint applied to a table?
What is GUID in sql server?
Tell me what is the stuff and how does it differ from the replace function?
What are the different normalization forms?
What is the sql case statement used for?
Why are sql functions used?
What are click through reports?
What are unicode character string data types in ms sql server?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
How to connect to a sql server using odbc_connect()?
What is the difference between seek predicate and predicate?
How many columns can we include on clustered index ?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
List the different normalization forms?
What is the beast way to write CTE in SQL Server ?