GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Basics
Go To First  |  Previous Question  |  Next Question 
 Basics  |  Question 34 of 116    Print  
Differences between star and snowflake schemas
Answered by sudhakar on 2005-05-09 18:32:18: star schema uses denormalized dimension tables,but in case of snowflake schema it uses normalized dimensions to avoid redundancy...


  
Total Answers and Comments: 7 Last Update: April 26, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 13, 2005 12:51:00   
       

RE: Differences between star and snowflake schemas
The star schema is created when all the dimension tables directly link to the fact table. Since the graphical representation resembles a star it is called a star schema. It must be noted that the foreign keys in the fact table link to the primary key of the dimension table. This sample provides the star schema for a sales_ fact for the year 1998. The dimensions created are Store Customer Product_class and time_by_day. The Product table links to the product_class table through the primary key and indirectly to the fact table. The fact table contains foreign keys that link to the dimension tables.
 
Is this answer useful? Yes | No
March 13, 2005 12:51:37   
John        

RE: Differences between star and snowflake schemas
The snowflake schema is a schema in which the fact table is indirectly linked to a number of dimension tables. The dimension tables are normalized to remove redundant data and partitioned into a number of dimension tables for ease of maintenance. An example of the snowflake schema is the splitting of the Product dimension into the product_category dimension and product_manufacturer dimension..
 
Is this answer useful? Yes | No
March 13, 2005 12:52:12   
Vamseedhar        

RE: Differences between star and snowflake schemas
Read more on this here .... http://www.exforsys.com/content/view/1301/332/This tutorial covers Designing the Dimensional Model Dimensional Model schemas like Star Schema Snowflake Schema Optimizing star schema and Design of the Relational Database OLAP Cubes and Data mining tools Security considerations metadata and backup and recovery plans
 
Is this answer useful? Yes | No
May 09, 2005 18:32:18   
sudhakar        

RE: Differences between star and snowflake schemas
star schema uses denormalized dimension tables but in case of snowflake schema it uses normalized dimensions to avoid redundancy...
 
Is this answer useful? Yes | No
January 09, 2006 05:23:28   
sithusithu Member Since: December 2005   Contribution: 161    

RE: Differences between star and snowflake schemas

Star schema

A single fact table with N number of Dimension

Snowflake schema

Any dimensions with extended dimensions are know as snowflake schema

Cheers

Sithu


 
Is this answer useful? Yes | No
February 13, 2006 03:03:38   
       

RE: Differences between star and snowflake schemas

Star Schema snowflake schema
----------- ----------------
Star schema is normalised Denormalised.
Easy to use and understand End users will gt confused.
Want little efforts for maintainance Easy to maintain
Fast execution of queries More time for exec bcas of more joins


 
Is this answer useful? Yes | No
April 25, 2006 23:38:33   
sk.rafee Member Since: April 2006   Contribution: 1    

RE: Differences between star and snowflake schemas
star schema uses denormalized dimension tables but in case of snowflake schema it uses normalized dimensions to avoid redundancy...
 
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 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape