What is a snowflake schema and how does it differ from a star schema?
-
A
A snowflake schema normalizes dimension tables into sub-dimensions, creating more joins than a star schema
-
B
A snowflake schema has no fact table; a star schema requires one
-
C
A snowflake schema uses fewer joins than a star schema
-
D
A snowflake schema stores aggregations; a star schema stores raw data