Vault sync: 2021-10-25 17:06:27

This commit is contained in:
2021-10-25 17:06:27 +02:00
parent ec342edb5a
commit 0f8042c145
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
# Foreign Key
A Foreign key is a [[Constraint]] that protects links between tables.
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).
For