Forum Discussion
Anonymous
2 years agoNot applicable
data model help needed
I have 3 tables, customer, customer_transaction_details, vendor customer - > customer_transaction_details --- 1 to many on customer_ID customer -> vendor -- 1 to many on c...
Daniel29195
2 years agoCommunity Champion
Anonymous
im confused .
shouldn't you have vendor id in the fact transaction table ?
thus your model should be :
vendor to transaction details --> 1 to many
customer to transaction details --> 1 to many .
- Anonymous2 years agoNot applicable
vendor_id is not in the transcation_details table, because transcarion is at the customer level only.