GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Concepts  >  Data Modeling
Go To First  |  Previous Question  |  Next Question 
 Data Modeling  |  Question 11 of 27    Print  
What is the difference between star flake and snow flake schema?

  
Total Answers and Comments: 7 Last Update: July 24, 2008     Asked by: Remo 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: rameshpossible
 
Nice answer

Above answer was rated as good by the following members:
aravindjana
April 12, 2006 18:13:43   #1  
zahoorahmad Member Since: April 2006   Contribution: 7    

RE: What is the difference between star flake and snow...

Star Schema:

Well in star schema you just enter your desired facts and all the primary keys of your dimensional tables in Fact table. And fact tables primary is the union of its all dimension table key. In star schema dimensional tables are usually not in BCNF form.

SnowFlake:

Its almost like starschema but in this our dimension tables are in 3rd NF so more dimensions tables. And these dimension tables are linked by primary foreign key relation.


 
Is this answer useful? Yes | No
May 01, 2006 17:12:18   #2  
kalyan        

RE: What is the difference between star flake and snow...
Star schema In the star schema design a single object (the fact table) sits in the middle and is radically connected to other surrounding objects (dimension lookup tables) like a star. A star schema can be simple or complex. A simple star consists of one fact table; a complex star can have more than one fact table.Snowflake schema In this a Dimension can have multiple Levels within multiple Hierarchies. From each hierarchy of levels any one Level can be attached to Fact Table. Mostly Lowest Level is attached to Fact Table.
 
Is this answer useful? Yes | No
July 25, 2006 13:47:43   #3  
Wayne Renolds        

RE: What is the difference between star flake and snow...
If someone asks about a star flake schema you will know they are not a data modeler since there is no such thing. There are star schemas sno flake schemas and there are even data vaults but there is no star flake schema.
 
Is this answer useful? Yes | No
November 22, 2006 15:09:07   #4  
Ritu Khare        

RE: What is the difference between star flake and snow...

hi

There does exist a concept of Starflake schema. Star flake schema is a hybrid structure ( star schema + snow flake schema).

It has basic structure of star schema but based on requirements certain dimensions are snowflaked i.d. normalized.

Hope this helps!

Ritu


 
Is this answer useful? Yes | No
September 30, 2007 00:59:13   #5  
Asher        

RE: What is the difference between star flake and snow...
A Star flake is a hybrid of a Star and a Snowflake? No!

A Snowflake is a hybrid of a Star!

Everything that a star contains but dimension tables are normalized.




 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
October 01, 2007 04:47:14   #6  
rameshpossible Member Since: May 2007   Contribution: 13    

RE: What is the difference between star flake and snow...
Nice answer
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
July 24, 2008 17:25:33   #7  
karpuni Member Since: January 2008   Contribution: 1    

RE: What is the difference between star flake and snow flake schema?
Star schema - normalized one snow flake-denormalized
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape