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


Please Help Members By Posting Answers For Below Questions

Explain the difference between delete,drop and truncate in SQL Server?

599


What are the differences between decimal and float in ms sql server?

573


What is the difference between varchar and varchar types?

568


What is partitioned view?

531


what is a mixed extent? : Sql server administration

611






What is the difference between mysql and mysqli?

587


Mention the different types of triggers?

560


What is rolap and its advantage? : sql server analysis services, ssas

653


Which autogrowth database setting is good?

627


Explain insert into select statement?

534


What does Master database contains?

637


What are the restrictions that views have to follow?

570


What are character string data types in ms sql server?

644


In which files does sql server actually store data?

483


what is the different types of backups available in sql server? : Sql server database administration

508