what is the logic will you implement to load data into a
fact table from n dimension tables?
Answers were Sorted based on User's Feedback
Answer / ranjeet
does this question have any sense, I don't think so
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / satyaranjan
Always load data from dimension to fact is incremental load
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
Limitation of REPLACESTR. Is there any character limitation to it.
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
What are the basic needs to join two sources in a source qualifier?
What are the different threads in DTM process?
What is power play plug in?
Under which circumstances, informatica server creates reject files?
in unconnected lookup , what are the other transformations , that can be used in place of that expression transformation ?
list out all the transformations which use cache?
I cleared Informatica certification Designer. if anybody need dumps, can contact at mukesh1009@gmail.com
119 Answers Accenture, Gcs, TCS,
WHAT IS UPDATE OVERRIDE . DIFFERENCE BETWEEN SQL OVERRIDE AND UPDATE OVERRIDE ?