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 / krishna

select * from emp e where 2>=(select count(distinct esal)
from emp where e.esal<=esal)

Is This Answer Correct ?    8 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wrong with sql server client libarary dll, ntwdblib.dll?

1089


Define master database?

1141


explain extended properties

1036


How to copy data from one table to another table?

1050


What are the difference between “where” and “having” clause in sql server?

1129


How to divide query output into multiple groups with the group by clause in ms sql server?

1085


Explain about extended stored procedure?

992


What is the difference between grant and with grant while giving permissions to the user?

1024


What is command parameter in ssrs?

166


How to disable stored procedure sql server?

1660


Where does the copy job runs in the log shipping primary or secondary? : sql server database administration

1097


Why use cursor in sql server?

1130


While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?

1036


What is a view and what are its advantages?

1167


What are policy management terms?

1039