what is the logic will you implement to load data into a
fact table from n dimension tables?
Answer Posted / vikaskrmails@gmail.com
fist of all, Fact and Dimensions are separate entity tables
because fact contains measures and PK and FK where as Dim
contains Detail data along with PK and FK.
Dimensions and fact's loaded by their different sources
first we load dimensions and simultaneously assigned it to
surrogate key by sequence or CSUM etc functions. dimension
can maintain FK for other related dimensions and facts.
after loading fact we are updating it with Dim's PK-FK by
lookup.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How many dimensions are there in informatica?
Explain the mapping variable usage example in informatica
In which transformation you cannot drag ports into it?
What are active transformations.
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
EXL informatica Questions
Differentiate between a repository server and a powerhouse?
How can we use mapping variables in informatica? Where do we use them?
What do you mean by filter transformation?
What is update strategy transform?
How to extract sap data using informatica?
What is the maplet?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What is the use of source qualifier?