Hi Every One,What is Use of Factless Fact Table ?
Why we use Factless Fact Schema in the Projects
waiting for reply? thank you
Answer Posted / dhanakkodi
I have two tables emp and dept
i want some employees those who are in the some department
for this situation i have to join two tables.
In this situation both table foreign keys are in the Fact
table means we can easily get the information and also
factless fact table is used for get the count from the
table.
-- Dhanakkodi
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sequence generator transformation in informatica?
What is intricate mapping?
Explain lookup transformation is active in informatica
What is informatica worklet?
Enterprise data warehouse your projects phase by phase explain?
Explain the use of aggregator cache file?
What is the way to execute pl/sql script using informatica mapping?
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
What is a dimensional model?
What is the maplet?
Explain the tuning lookup transformation - informatica
can u any challenge your project?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure