Hi,
Let's say I have an order tracking subject area in my data staging area, so have these 3nf tables: orders, order_details, payments, customers.
If I want to assign SK's what tables would I assign the SK's to in this scenario? I know the idea is to assign to "dimension-like" tables but in 3nf terms this is not always straightforward.
Reason being is that on the mart side, some fields from the above tables would go into an ORDER dimension table(context) and some would go into an ORDER_TRANSACTION fact table(measures) and I'd like to ensure that I'm assigning SK's properly in the staging area.
Any help is greatly appreciated!
Let's say I have an order tracking subject area in my data staging area, so have these 3nf tables: orders, order_details, payments, customers.
If I want to assign SK's what tables would I assign the SK's to in this scenario? I know the idea is to assign to "dimension-like" tables but in 3nf terms this is not always straightforward.
Reason being is that on the mart side, some fields from the above tables would go into an ORDER dimension table(context) and some would go into an ORDER_TRANSACTION fact table(measures) and I'd like to ensure that I'm assigning SK's properly in the staging area.
Any help is greatly appreciated!