How to delete duplicate records if we have huge volume of
records in a table ?
(rowid is not the correct approach)

Answer Posted / chandu

select * from from <table_name> where rowid not in(select
min(rowid) from <table_name> group by column(primary or
unique key column))

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the size of your data warehousing?

1875


What is a connected transformation?

885


What are the popular informatica products?

811


Is it possible to use a client with different version than that of its Informatica server?

883


What is a sorter transformation?

895


How we can create indexes after completing the loan process?

988


waht type of interface is used for testing the data in informatica

2023


Describe data concatenation?

804


How to use pmcmd utility command?

799


What is workflow? What are the components of workflow manager?

935


Write the different tools in the workflow manager?

799


What is the surrogate key?

868


What do you understand by a term domain?

884


what are the fact table & dimensional table in pharmaceutical and hospotal related products???

1912


How to do unit testing in informatica? How to load data in informatica ?

894