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...

Write an SQL Query to
Delete Duplicate records from a table using ROWID.

Answer Posted / arjun

delete from employ where rowid not in(select min(rowid) from
employ group by id,ename,age);






Arjun

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the tables of auto invoice?

1196


tell me the scenarios of the independent in reports

2565


Can you differentiate between mediator and osb?

1193


How to move the one file from one instance to another instance? And your scripts also?

1171


Explain oracle apps architecture.

1301


What is the concept of soa governance?

1319


what is the difference between request group and request security in oracle apps?

5976


What are the Standard Reports and Forms in HRMS?

2378


where to define interorganization transaction charges and what are the different options?

2465


is it possible to run the interface without using oracle apps?

2024


In hierarchical structure of a database? we have write query from where we should start?

2303


List the types of flexfield?

1087


What are the different components you should consider while defining a responsibility in oracle apps?

1125


Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?

1109


q)what are the validations in sql*loader

2456