Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

StarSchema datamodel

Hi Community,

PFA

I am Developed one application but i want starschema datamodel

Please any one can help (Starschema datamodel,)

Thanks in Advance..

1 Solution

Accepted Solutions
saumyashah90
Specialist
Specialist

Hi Raju,

What you can do is Left Join "ORDERS","ORDERSUMMARY" and "ORDER DETAILS"  based on OrderID and all together you can left join it with "CUSTOMERS" based on CustomerID
.

View solution in original post

4 Replies
qv_testing
Specialist II
Specialist II
Author

Please anyone can help me.............

Not applicable

Hi Raju,

I would advise you to put the tables "order", "ordersumary" and "OrderDetails" in one. Also assemble the tables "Divisions" and "Custumers" and finally the tables "products" and "categories" in this way you will have a perfect star schema model.

saumyashah90
Specialist
Specialist

Hi Raju,

What you can do is Left Join "ORDERS","ORDERSUMMARY" and "ORDER DETAILS"  based on OrderID and all together you can left join it with "CUSTOMERS" based on CustomerID
.

qv_testing
Specialist II
Specialist II
Author

Thank U very much.........both

ClaUdio and Saumya...