What is a surrogate key?Why we use it in a mapping?Pl give
an example.
Answer Posted / srinu
surrogate key is a System generated Key ( Artificial
key ),Every join between dimension tables and fact tables
in a data warehouse environment should be based on
surrogate keys, not natural keys.
There are still more reasons to use surrogate keys. One of
the most important is the need to encode uncertain
knowledge. You may need to supply a customer key to
represent a transaction, but perhaps you donĂ½t know for
certain who the customer is. This would be a common
occurrence in a retail situation where cash transactions
are anonymous, like most grocery stores.
What is the customer key for the anonymous customer?
Perhaps you have introduced a special key that stands for
this anonymous customer. This is politely referred
to as a "hack."
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
How to elaborate powercenter integration service?
What if the source is a flat-file?
How to Create a folder using pmrep command?
Where is metadata stored?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?
How to implement security measures using repository manager?
What are the new features of Power Center 5.0?
How are the sources and targets definitions imported in informatica designer?
can anyone explain me about retail domain project in informatica?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
What are the tasks that source qualifier perform?
What is a passive transformation?