Data Warehousing Concepts
Aaren Stubberfield
Data Scientist
Table Name: Sales_Order_Fact
Keys | ColumnName |
---|---|
FK | CustomerID |
FK | DateID |
FK | ProductID |
UnitSold | |
SalesAmount | |
Tax |
Legend: FK = Foreign Key
Table Name: Customer_Dim
Keys | ColumnName |
---|---|
PK | CustomerID |
Name | |
AccountNum | |
LoyaltyID | |
Country | |
Legend: PK = Primary Key
Data Warehousing Concepts