Vault sync: 2021-10-25 16:51:26

This commit is contained in:
Nick Leeman 2021-10-25 16:51:26 +02:00
parent 8e34a97277
commit 722aab391d
3 changed files with 7 additions and 11 deletions

8
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "School/Development/SQL Database.md",
"file": "School/Development/Primary Key.md",
"mode": "source"
}
}
@ -68,7 +68,7 @@
"state": {
"type": "backlink",
"state": {
"file": "School/Development/SQL Database.md",
"file": "School/Development/Primary Key.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -87,6 +87,7 @@
},
"active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [
"School/Development/Primary Key.md",
"School/Development/SQL Database.md",
"School/Analyse/OSI Model.md",
"School/Analyse/Images/OSI-model.png",
@ -95,7 +96,6 @@
"School/Analyse/Comminucation Mediums.md",
"School/Analyse/Network Types.md",
"School/Analyse/Network Hardware.md",
"School/Analyse/Packet.md",
"School/Analyse/Untitled.md"
"School/Analyse/Packet.md"
]
}

View File

@ -0,0 +1,2 @@
# Primary Key
A Primary key is a [[Constraint]]

View File

@ -25,10 +25,4 @@ An entity contains attributes that have values. For example, an entity Person ma
## Entity Set
A entity set is a collection of entities that share the same attributes. The entities within the set are distinguishable from each other because the values that the attributes have differ.
A entity set is a collection of entities that share the same attributes. The entities within the set are distinguishable from each other because the values that the attributes have differ. Most of the time this is done via a [[Primary Key]] constraint.