Slide 7
Slide 7 text
The importance of building the right schema
Data warehouse schema
designs
• Often, a data warehouse is organized as a star
schema, in which a fact table is directly related to
the dimension tables, as shown on the right.
• When attributes can be shared by multiple
dimensions, it can make sense to apply some
normalization to the dimension tables and create
a snowflake schema.