Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 622 Bytes

part06-document-model.md

File metadata and controls

11 lines (6 loc) · 622 Bytes

Part 6: Document the dimensional model relationships

Let’s make it easier for consumers of our dimensional model to understand the relationships between tables by creating an Entity Relationship Diagram (ERD).

Final dimensional model ERD

The ERD will enable consumers of our dimensional model to quickly identify the keys and relationship type (one-to-one, one-to-many) that need to be used to join tables.

« Previous Next »