What is a Snowflake Schema in Dimensional Modeling?
- A schema where both dimensions and facts are stored in a snowflake shape
- A schema where dimensions are stored hierarchically
- A schema where dimensions are stored in a snowflake shape
- A schema where fact tables are stored in a snowflake shape
A Snowflake Schema in Dimensional Modeling is a schema design where dimension tables are normalized by splitting them into multiple related tables, resembling a snowflake shape when visualized.
Loading...
Related Quiz
- Which execution mode in Apache Spark provides fault tolerance for long-running applications?
- In Apache Kafka, what is a topic?
- A ________ is a diagrammatic representation of the relationships between entities in a database.
- ________ is a caching strategy used to store frequently accessed data in memory to reduce the load on the database.
- What are some common technologies used for stream processing in real-time data processing systems?