Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Show me the steps to solve Create one ( 1 ) or more Data Flow Tasks to load your Dimensional tables from your 3 NF
Show me the steps to solve Create one or more Data Flow Tasks to load your Dimensional tables from your NF tables.
Requirements:
Your Data Flows Tasks should contain one or more of the following transformations not all of these transformations are required:
Sort and Merge
Merge Join
Aggregate
Lookup
When creating your Dimensional tables, make sure you use VARCHAR instead of CHAR data types.
HINT: Remember that your Dimensional tables contain both your surrogate PK and natural key. Before loading your Fact table you will have to use a Lookup transformation to each Dimensional table using your natural key to retrieve the surrogate primary key. This is required because of the PKFK relationships between the Fact table and Dimensional tables.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started