What Is Star Schema And Snowflake Schema?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Ch Kashif
Star Schema is a highly denormalized schema whereas snowflake schema is hight
normalized schema.Star schema is characterized by large number of rows in a table
and less number of joins between tables.Snowflake schema is characterized by less
number of rows in a table while more number of joins between tables.