Question: From below information build a data warehouse consisted of two data marts. Your database should meet these requirements: - DimDate table has DateKey values ranging
From below information build a data warehouse consisted of two data marts. Your database should meet these requirements:
DimDate table has DateKey values ranging from to
YYYYMMDD integer data type
DimDate table should have WeekNumber int data type IsDayLightSavingChangeToday
boolean data type and EnglishDayName varchar data type attributes
DimQuarter table should have NumberOfWeekinQuarter int data type attributes
DimProduct should contain ProductVendorName varchar data type and IsDiscontinued Boolean data type
SCD Type for DimProduct table
One QuarterlyFactTable has foreign keys ProductKey and QuarterKey, and one fact measure
QuarterlyTotalProductNeverPurchased
One FactTable has foreign keys ProductKey and QuarterKey, and two fact measures
TotalProductPurchaseOrdered and TotalProductPurchaseSubTotal
provide a detailed explationation to all steps used in building an ETL for the above scenario.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
