What is Factless fact table ???
Answers were Sorted based on User's Feedback
Answer / santhoshn
A fact table without any facts is called as factless fact table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rekha
A FACT TABLE WITHOUT FACT IS CALLED FACT LESS FACT TABLE
SUPPOSE WE NEED TO COMBINE TWO DATAMARTS ,ONE DATAMART
CONATINS FACT LESS FACT TABLE AND ANOTHER DATAMART WITH
THE FACT TABLE
FACT LESS FACT TABLES ARE USED TO CAPTURE DATE TRANSACTION
EVENTS
CHEERS,
REKHA
| Is This Answer Correct ? | 9 Yes | 16 No |
how do u move the code from development to production?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
Explain lookup transformation is active in informatica
What is the difference between stop and abort in informatica
What is the difference between Bulk Load and Normal Load
why we r using presql&postsql in source qualifier?
How we can create indexes after completing the loan process?
Three date formats are there . How to change these three into One format without using expression transformation ?
my sourse is like id name sal--1 aa 1000 ,2 bb 2000, 3 cc 3000 4 dd 4000, 5 ee 6000 , 6 ff 7000 and so on but myrequirement is like this id name sal up_sal,1 aa 1000 null,2 bb 2000 1000, 3 cc 3000 2000 4 dd 4000 3000, 5 ee 5000 4000 , 6 ff 6000 50000 and so on so how can i get it plez reply for this as soon as possible , thanks in advanced
can we override a native sql query within informatica? Where do we do it?
in my source i have 100 records, and 3 targets, i want to load 1st record into 1st target,2nd record into 2nd target,3rd record into 3rd target again 4th target into 1st target and vice versa,how to achieve this?
if i am having 10 records in source, i want 20 records in target...how will you do it