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 |
in which situations do u go for snowflake schema ?
how to load rows into fact table in data warehouse
Can you copy the batches?
What is a standalone command task?
When i run workflow first session runs 4 times 5th time 2nd session must run? How can u do?
Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
how to declare array in plsql?
What is deployemnt groups, Lables, query and dynamic deployment group.
Is there any way to read the ms excel datas directly into informatica?
Difference between Target-based loading and constraint-based loading?