Surrogate vs. Natural Keys

Difficulty: Beginner

Question

What is a Surrogate Key?

Answer

A system-generated unique ID (like an Auto-incrementing integer or UUID) that has no business meaning, as opposed to a Natural Key like an SSN.

Concepts covered

Primary Key, UUID, Business ID