Which of the following are schema's in Data Warehouse models
-
Star
-
Snow Flake
-
Both of the Above
-
None of the Above
C
Correct answer
Explanation
Star and Snowflake are both standard dimensional modeling schemas used in data warehousing. Star schema has a central fact table directly connected to dimension tables, while Snowflake normalizes dimensions into multiple related tables. Both are valid approaches depending on the trade-off between query performance and storage normalization.