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 out the third highest salary?

Answer Posted / joel

select sal from emp
where sal<(select max(sal) from emp
where sal in (select sal from emp
where sal < ( select max(sal) from emp)))

Is This Answer Correct ?    6 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to end the current transaction in oracle?

1072


Which is better Oracle or MS SQL? Why?

5038


How to login to the server without an instance?

1217


How to generate query output in html format?

1212


Can we store images in oracle database?

1068


How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?

2874


How to load excel data sheet to oracle database

1078


What is a select query statement in oracle?

1030


What is an oracle and why it is used?

1214


What is open database communication (odbc) in oracle?

1053


What is ASM (Automatic Storage Management) in Oracle?

1247


How to define a record variable to store a table row?

1113


What are the extensions used by oracle reports?

1090


Differentiate between pre-select and pre-query?

1156


How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?

2314