I am going to design a Datawarehouse (although its not an easy process). I am wondering through out the ETL process , how the data in the Datawarehouse is going to extract/transform to Data Mart ? Are there any model design within Datawarehouse vs Datamart ? Also usually starschema or snowflake?so should we place the table like in the following
In Datawarehouse dim_tableA dim_tableB fact_tableA fact_tableB
And in Datamart A dim_tableA (full copy from datawarehouse) fact_tableA (full copy from datawarehouse)
And in Datamart B dim_tableB (full copy from datawarehouse) fact_tableB (full copy from datawarehouse)
is it something real life example which can demonstrate the model difference between datawarehouse and datamart ?