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
Explain sessions. Explain how batches are used to combine executions?
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
can anyone explain me about retail domain project in informatica?
How do you set a varible in incremental aggregation
Which development components of informatica have the highest usage?
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
What are data-driven sessions?
Clarify the utilization of aggregator cache record?
What is transformation?
What is informatica?
What is session task and command task?
What are the guidelines to be followed while using union transformation?
if we have a delimiters at unwanted places in a flat file how can we over come those.
Explain the use of aggregator cache file?
Explain the difference between mapping parameter and mapping variable?