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 Remove the 3rd highest salary person record from
table?

Answer Posted / suresh babu

delete from employees where employee_id in (select
employee_id from employees where 3 =(select count(distinct
e.salary) from employees e
where e.salary >= employees.salary));

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of linked server and explain it in detail?

1117


How to drop an index?

1010


In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col

4225


What are the types of trigger in oracle?

1026


How to change system global area (sga) in oracle?

1062


How to count groups returned with the group by clause in oracle?

1118


What do you mean by merge in oracle and how can you merge two tables?

1001


How do I spool to a csv formatted file using sqlplus?

1083


how can we store any pdf file in oracle

2213


What is save point in oracle database?

1361


Explain about the analyze command in oracle?

1105


What is the quickest way to export a table to a flat file?

1008


What are a cluster and non-cluster index?

1064


how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?

5473


What is bulk copy or bcp in oracle?

1181