Vault sync: 2021-10-26 17:31:42

This commit is contained in:
Nick Leeman 2021-10-26 17:31:42 +02:00
parent 964292920e
commit cd053285d3

View File

@ -2,11 +2,11 @@
A Foreign key is a [[Constraint]] that protects links between tables. Foreign key is a attribute or attributes that link to the [[Primary Key]] of a other entity set (table).
## Example
Authors
|ID (PK)|Name|Age|Sex|Length|
|-----|-----|-----|-----|-----|
|1|Nick|21|M|190|
Authors
|ID (PK)|Job|Age|Sex|Length|
|-----|-----|-----|-----|-----|
|1|Nick|21|M|190|