Hi ,
Iam new one to datawarehousing.How to design the star schema.
we have the hr module(OLTP) which has 77 tables.
I have some basic doubts please anyone clear that.
http://en.wikipedia.org/wiki/Star_schemaFor ex.
I followed the above link.
Whether OLTP table and dimension table are same or not.
If not,can we create the dimension tables from OLTP tables?
Fact_sales table has date_id,stroe_id,product_id and units_sold.
date_id refers dim_date.
store_id refers dim_Store.
product_id refers dim_product.
but
units_sold refers what?It is a big confusion to me?please anyone help me out that?