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


Please Help Members By Posting Answers For Below Questions

How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.

642


Where is metadata stored?

623


Name the different lookup cache(s)?

711


Explain what are the different types of transformation available in informatica.

575


wf dont have integration severances how you can run?

1541






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

713


What are the main features of Oracle 8i with context to datawarehouse?

1682


What is a filter transformation and why it is an active one?

564


What is the difference between a connected look up and unconnected lookup?

578


While migrating the data from one environment to another environment how would you manage the connections?

627


What is the sequence generator transformation in informatica?

615


How does a sorter cache works?

573


What is complex mapping?

641


How can a transformation be made reusable?

667


What is workflow monitor?

603