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

This commit is contained in:
2021-10-25 17:01:27 +02:00
parent 340f32f97b
commit ec342edb5a
3 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
# Foreign Key
A Foreign key is a [[Constraint]] that protects links between tables.

View File

@@ -3,9 +3,6 @@ A Primary key is a [[Constraint]] that uniquely identifies [[SQL Database#Entity
There can only be ONE primary per table and can consist of multiple attributes (columns).
A primary key is **not** required, but highly advised. Even if you don't use it its better to include one in your scheme.
There als o
A primary key is **not** required, but highly advised. Even if you don't use it its better to include one in your schema.