From 722aab391d6af93068009b8b0f1088cfd4339572 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Mon, 25 Oct 2021 16:51:26 +0200 Subject: [PATCH] Vault sync: 2021-10-25 16:51:26 --- .obsidian/workspace | 8 ++++---- School/Development/Primary Key.md | 2 ++ School/Development/SQL Database.md | 8 +------- 3 files changed, 7 insertions(+), 11 deletions(-) create mode 100644 School/Development/Primary Key.md diff --git a/.obsidian/workspace b/.obsidian/workspace index 533def9..ccf6c8d 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -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" ] } \ No newline at end of file diff --git a/School/Development/Primary Key.md b/School/Development/Primary Key.md new file mode 100644 index 0000000..53fc720 --- /dev/null +++ b/School/Development/Primary Key.md @@ -0,0 +1,2 @@ +# Primary Key +A Primary key is a [[Constraint]] \ No newline at end of file diff --git a/School/Development/SQL Database.md b/School/Development/SQL Database.md index bc5337f..f91eb00 100644 --- a/School/Development/SQL Database.md +++ b/School/Development/SQL Database.md @@ -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. \ No newline at end of file