is it correct dimensions of star schema also has foreign and primary key relationship ?Is it conceptually correct , please help as its confusion I am having in my Dateware implementation. If yes then in what cases , same for No Thanks

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

If a dimension has a FK that relates it to another dimension, that's called a snow flake. Here is what folks on the Kimball forum have to say about it http://forum.kimballgroup.com/t460-start-schema-vs-snow-flake-schema

Snow flakes are conceptually correct, but they do add complexity so you will need to put thought into when you use them.

link|improve this answer
any tools you can suggest to make star schema with gui and aggregates as well ? I am working with sql server – user1074474 Dec 28 '11 at 20:01
You can design the data architecture of your facts and dimensions in a tool like Erwin, but you really should create the physical tables using SQL. – Maess Dec 28 '11 at 20:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.