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

delete from employee where salary(select salary from(select
distinct (salary) from employee where salary is NOT NULL
order by salary desc) where rownum=n);

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between truncate & delete command?

1234


How to create a table index in oracle?

1183


candidate key is subset of super key but not vice-verse explain

2106


What is a trigger and what are its types?

1322


What query tells you how much space a tablespace named test is taking up, and how much space is remaining?

2334


How to retrieve values from data fields in record variables?

1171


How to update a table row with a record?

1065


What are privileges and grants?

1105


What are the original export and import utilities?

1257


List the various oracle database objects?

1109


How do I learn what codesets are available in oracle?

1077


How to define a variable to match a table column data type?

1036


Explain the types of exception?

1194


What is system tablespace?

1148


Which is better Oracle or MS SQL? Why?

6482