How we can get unique records into one target table and
duplicate records into another target table??
Answer Posted / naveen
Answer #3 is correct by Nag.
Addition to above second query for duplicate records, will
return unique records for each duplicate records.
if you need all duplicates records thn follow the below
query.
select * from emp
where empno in (select empno from emp group by empno having
count(empno)>1)
Regards,
Naveen
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is union transformation in informatica?
What do you mean by worklet?
How can we use mapping variables in informatica?
without table how to come first record only in oracle?
What if the source is a flat-file?
How can we delete duplicate rows from flat files?
What are the advantages of using informatica as an etl tool over teradata?
On which transformations you created partitions in your project?
I have done MBA in 2008. i got job as business analyst in 2008 january through consultany. but after 3 months they are giving training Informatica developer. now iam continuing this job. my question is when iam going to interview HR people ask me many times like this " YOU ARE MBA GRADUATE. HOW YOU ARE SELECT THIS POSTION. IAM EXPLAINING WHAT I HAVE MENTION ABOVE". PLEASE TELL HOW IAM TELLING THIS QUESTION ANSWER.
can we override a native sql query within informatica? Where do we do it? How do we do it?
What is an aggregator transformation?
Explain the scenario which compels informatica server to reject files?
What is decode in static cache?
Define mapping and session?
How does a rank transform differ from aggregator transform functions max and min?