1.

What Is Star Schema And Snowflake Schema?

Answer»

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.

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.



Discussion

No Comment Found