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 check the 3rd max salary from an employee table?

Answer Posted / akilis.org@hotmail.com

Let us Assume
Table Name=salary
Column Name=maxsal

select * from salary order by maxsal desc limit 2,1;

Enjoy the simple code :)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many tables will create when we create table, what are they? : Sql dba

1138


how to use regular expression in pattern match conditions? : Sql dba

1105


What is the current version of postgresql?

1162


what is schema? : Sql dba

1130


How do I remove duplicates in two columns?

1175


Can we rollback truncate?

1071


What is the current version of sql?

1091


Is primary key always clustered index?

1090


what is dbms? : Sql dba

1056


what is sql server agent? : Sql dba

1173


Is primary key clustered index?

1010


Do we need to rebuild index after truncate?

1128


how to start mysql server? : Sql dba

1258


Can we use distinct and group by together?

1129


Can delete statement be rollbacked?

1050