Data Warehousing Community Forum
February 08, 2012, 10:05:21 am

  Show Posts
Pages: [1]
1  Data Warehousing / Data Warehousing Concepts / Re: Star Schema using Transactions on: March 06, 2010, 06:48:50 pm
My Operational Database looks like:


Products (ProductID, ProductName, SalesPrice, CostPrice, SupplierID)

TransactionHeader (TransactionID, PaymentMethod, CustomerID, StoreID, TransactionDate)

TransactionLine (TransactionID, TransactionLineID, ProductID, Quantity, Price )

Store (StoreID, StoreName, Region )

=============================================================================================

I want to create a star that will allow me to find out, each month - the most common products that are purchased at the same time...

Or something alonf those lines,

Any ideas?

Cheers
2  Data Warehousing / Data Warehousing Concepts / Star Schema using Transactions on: March 06, 2010, 05:17:43 am
Hi I want to create a star schema, that allows me to analyse products that are commonly purchased togeather.

The operational database consists of a products table, an Transaction table (transaction header) and TransactionLines table... amongst others.

Im struggeling on creating a fact table..

Dimension tables... Time , Product , Transaction??

IM slightly lost... what metrics would I use in the fact table and what dimension tables would I use?

Any help would be greatly appriciated
Pages: [1]