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

find the 3rd max salary

Answer Posted / shruti

select salary from salarytable orderby salary desc Limit 2,1

First It will arrange all salary in desc order then it will
limit the result using Limit command starting from position
0,1,2 and fetch record 1

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration

1000


How to create a simple user defined function in ms sql server?

1069


How can delete duplicate records in cte in sql server?

1018


Will count(column) include columns with null values in its count?

1149


List the data types available in mssql?

1105


What are the kinds of subquery?

1074


Why variables called the most powerful component of ssis?

1128


How to view existing indexes on an given table using sys.indexes?

1154


how to invoke a trigger on demand? : Sql server database administration

1155


What is attribute relationships, why we need it? : sql server analysis services, ssas

1032


What is the recommended total size of your memory optimized tables?

1007


What is a transact-sql statement batch in ms sql server?

1075


What is meant by referential integrity?

1049


how you can get the list of largest tables in a database? : Sql server administration

1105


How can you check the version of sql server?

1163