Unit 2. -- Schema Types
Variations of Star Schema
- All dimensions are denormalized
- Wide dimensions and deep facts
- All dimensions are normalized into 3NF

- Combinations of star and snowflake schema
- A star schema where the concatenated FKs might not provide a PK
- A fact table contains a degenerated dimension (e.g., line_num)

- Many fact tables with one or more dimensions in common
- Use conformed dimensions
- Conformed dimensions support drill-across operations

The Data Warehouse Bus Architecture
- Create an architecture that defines the scope of the complete DW
- Oversee the construction of each data mart:
- Use conformed dimensions and conformed facts
Conformed Dimensions and Standard Fact Definitions
- A conformed customer dimension is a master table of customers with a clean customer key and many well-maintained attributes
- A conformed product dimension: the enterprises agreed-upon master list of products
- Location, Time,