InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by snowflake schema in the context of data warehousing? |
|
Answer» Snowflake Schema is a MULTIDIMENSIONAL model that is also used in data WAREHOUSES. The FACT TABLES, dimension tables, and sub dimension tables are all contained in the snowflake schema. With fact tables, dimension tables, and sub-dimension tables, this schema forms a snowflake. |
|