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 do mean by local and global repository?
Explain lookup transformation is active in informatica
Explain the mapping variable usage example in informatica
What is update strategy transform?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What is the difference between STOP and ABORT options in Workflow Monitor?
Mention some types of transformation?
Where are the source flat files kept before running the session?
What is informatica metadata and where is it stored?
Explain what transformation and how many are there in informatica?
To import the flat file definition into the designer where should the flat file be placed?
What are the differences between joiner transformation and source qualifier transformation?
what is the size of your data warehousing?
whats the logic to load the lower level of granularity of data to fact table.
can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com