What is a surrogate key?
- A A system-generated key with no business meaning, used to join facts to dimensions
- B The natural business identifier
- C A composite of several columns
- D An encrypted primary key
Answer
A system-generated key with no business meaning, used to join facts to dimensions
Surrogate keys insulate the warehouse from changes in source system identifiers and are essential for tracking dimension history.





