Generally how many Fact Tables and Dimensions Table you
have used in the Project?
Which one is loaded first Fact Table or Dimensions Table
into the warehouse?
What is the size of the Fact Table and Dimension Table?
what is the size of the table and warehouse
Answer Posted / rajupatel
Dimension will be loaded first then fact,
Table size: Dimenstion > fact
Number of Records: fact > dimention
Size: Table < DWH
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what is unit testing?tell me proceedure
EXL informatica Questions
Define filter transformation?
What is Data Caches size?
Which is the t/r that builts only single cache memory?
What is a repository manager?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
Explain sessions. Explain how batches are used to combine executions?
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
What is expression transformation?
what are factless facts? And in which scenario will you use such kinds of fact tables.
What is the need for an etl tool?
During the running session, output files are created by informatica server. Enlist few of them.
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.