How does 'snowflake schema' in a data warehouse improve upon the star schema?

  • It adds more complexity to the data model.
  • It eliminates the need for dimension tables.
  • It increases the number of redundant fields in dimension tables.
  • It normalizes dimension tables, reducing redundancy and improving data integrity.
The 'snowflake schema' improves upon the star schema by normalizing dimension tables, reducing redundancy, and improving data integrity. This makes the schema more flexible and scalable, allowing for efficient storage and maintenance of data in the data warehouse.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *