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 / ashish kumar

To find nth maximum salry

Select salary from tbl_name a where
n-1=(Select count(distinct(count(*))) from tbl_name b
where b.salary>a.salary)

Is This Answer Correct ?    10 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please differentiate between a local and a global temporary table?

1059


Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.

2457


Which sql server table is used to hold the stored procedure scripts?

1111


What is a partition function in sql server?

1216


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

1030


What is a subquery in a select query statement in ms sql server?

1188


Explain Reporting Life Cycle?

132


A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?

1017


Explain indexing and what are the advantages of it?

1070


Explain different types of collation sensitivity?

1031


How to filter records of table in SQL SERVER?

1133


What is the use of sql profiler in sql server 2012?

943


Which are the third-party tools used in sql server and why would you use them?

963


Explain about temporary stored procedure?

1096


Explain how to use linked server?

1032