Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write the query for find the top 2 highest salary in sql
server

Answer Posted / shahid

select * from(select * from Employee order by salary desc) where rowNum<3

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration

1165


What is mapping schema?

1068


List out the difference between union and union all in sql server?

1040


How do I connect to sql server database?

1066


What is the purpose of sql profiler in sql server? : sql server database administration

1159


What are different types of replication in sql server?

1144


Explain transaction server distributed transaction?

1037


How to create a store procedure with encryption?

1054


What is optimistic concurrency?

1091


Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?

1181


what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration

1175


Name 3 ways to get an accurate count of the number of records in a table?

1086


What is the difference between web edition and business edition?

113


Explain something about security and SQL Azure?

134


Name few of the dcl commands in sql?

1053