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 1st, 2nd, 3rd highest using select select
statement not using rownum

Answer Posted / annada

SELECT e.lastname,e.salary FROM employees e
WHERE 1=(SELECT count(*) FROM employess s
WHERE s.salary>e.salary

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a data lock in oracle?

1181


Is postgres faster than oracle?

1087


How to define a specific record type?

1138


HI, Please let me know the syllabus for Oracle OCA and OCP Certification

2547


How to get a list of all background sessions in the database?

1040


Explain how you would restore a database using RMAN to Point in Time?

2188


Query to retrieve record for a many to many relationship ?

2577


What is the relationship among database, tablespace and data file?

1039


How to connect to a local oracle 10g xe server?

1033


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


What is oracle update statement with inner join ?

1117


How to connect asp pages to oracle servers?

1121


Will you be able to store pictures in the database?

1177


What is hash cluster in oracle?

1250


How to open and close an explicit cursor in oracle?

1099