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

select min(sal) from(select distinct(sal) from emp order by sal desc) where rownum<=3;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does group by remove duplicates?

1109


Can we use distinct and group by together?

1130


Is primary key always clustered index?

1090


what are aggregate and scalar functions? : Sql dba

1122


Do we need to rebuild index after truncate?

1128


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2088


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

1140


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

1105


If a cursor is open, how can we find in a pl/sql block?

1235


What is the current version of postgresql?

1164


Can delete statement be rollbacked?

1050


how to escape special characters in sql statements? : Sql dba

1110


How do I remove duplicates in two columns?

1177


What is the best sql course?

1043


what is dbms? : Sql dba

1060