How to load duplicate records in to a target table which
has a primary key?
Answers were Sorted based on User's Feedback
Answer / pradeeshkumar
Loading duplicate records into a target table which has a
primary key is just a height of Brain failure.
The concept of primary key itself fails. If you still want
to insert it, better don't have any primary key
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / jay
Is that primary key column in the target is different,
than this is called surrogate key which is obtained
from Sequential generator (with or without combination of
key value from source. if combined with source primary key
column, then it is known as creating frequency for
each source primary column value)
Is This Answer Correct ? | 4 Yes | 2 No |
How to create a non-reusable instance of reusable transformations?
What is active and passive transformation?
what is diff b/t sorter t/r and agg have the option sorter property...
what are the limitations of pushdown optimization technique ? Advance thanks
What is fact table? Explain the different kinds of facts.
What is 'PowerCenter Pushdown Optimization Option' in INFORMATICA ?
What is different between the data warehouse and data mart?
I'd like the load to be triggered by client. By placement of a file or somehow. How is it done in Informatica? I'm using version 7.1.4 This is so urgent - I really appreciate your help :-)
3 Answers Alcatel-Lucent, ECI Telecom,
What is the use of code page?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
How to read data from flat file source if the data is in paragraph format?
write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500