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...

How to find the second largest salary in the emp database and
also How to find 3rd,4th and so on ........ in the emp database

plz mail the answer @ mak2786@gmail.com

Answer Posted / ravi kumar

SELECT MIN(sal) FROM Emp WHERE sal in
(SELECT TOP 2 DISTINCT sal from Emp ORDER BY DESC)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are acid properties? : Sql server database administration

1060


What is an example of a foreign key?

1033


what is the maximum size of a row? : Sql server database administration

1082


What is the difference between substr and charindex in the sql server?

1188


What methods do you follow to protect from sql injection attack?

1075


You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?

123


What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?

1032


How can I change procedure name in sql server?

1117


What is subquery explain with example?

1123


What are the steps to take to improve performance of a poor performing query? : sql server database administration

1089


What is an indexing strategy?

1072


What is the difference between Triggers and Stored Procedure?

1157


What are the steps to insert a table?

995


What is database mirroring?

1175


How to insert multiple rows with one insert statement in ms sql server?

1180