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 delete duplicate records if we have huge volume of
records in a table ?
(rowid is not the correct approach)

Answer Posted / ravikumar2614

DELETE FROM EMP E1 WHERE ROWID<
(SELECT MAX(ROWID) FROM EMP E2 WHERE E1.ROWID=E2.ROWID)

IF I AM WRONG PLEASE CORRECT ME ON ravi.info2614@gmail.com

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between informatica6.1 and infomatica7.1

2356


Explain direct and indirect flat file loading (source file type) - informatica

1354


Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?

2403


5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C

1950


What is the function of aggregator transformation?

1132


What is a grid in Informatica?

1112


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

1116


Why union transformation is an active transformation?

1098


What is lookup transformation?

1088


What is a code page?

1216


What are the types of schemas we have in data warehouse and what are the difference between them?

984


What are the basic requirements to join two sources in a source qualifier transformation using default join?

1208


What are session parameters ? How do you set them?

1897


Clarify the aggregator change?

1074


What are the various types of transformation?

1239