What are the characteristics of Star Schema Data warehouse ?
- Every dimension in a star schema is represented with the only one-dimension table having a Surrogate Key and a Business Key.
- The dimension table should contain a set of specific attributes.
- The dimension table is joined to the fact table using a foreign key.
- The dimension table are not joined to each other.
- Fact table contains Surrogate Keys and measures
The Star Schema is the easiest to understand and provides optimal usage for physical ressources.