Chris Barber provides a primer on the types of keys that are critical for a star schema:
Keys are a core component of star schema modelling; relationships between tables are built using the keys. This article covers:
- The main key types
 - Star Schema diagrams
 - Best practices when using Keys
 An understanding of keys become increasingly important with more complex solutions. Not only do you need to understand them from a modelling perspective, but a common vernacular is required to communicate with team members.
It’s easier to think of the keys Chris describes in two separate classes rather than four unique items. Surrogate and natural keys are descriptors of a primary key (or any other unique/alternate key), after all.
Leave a Comment