From c9c2186f39ae11fc10c14bf9cf074d8bbb632c08 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Thu, 22 Sep 2022 10:09:01 +1200 Subject: [PATCH] vault backup: 2022-09-22 10:09:01 --- content/notes/13-databases-1.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/notes/13-databases-1.md b/content/notes/13-databases-1.md index 10041106b..e6b9aa029 100644 --- a/content/notes/13-databases-1.md +++ b/content/notes/13-databases-1.md @@ -32,8 +32,8 @@ specifiically *relational databases* - datbase normalisation - SQL -# - +## relational vs nosql +relation is better for structured data, nosql is better for abstract data, as it is more flexible # Data modelling first step in designing database @@ -45,3 +45,6 @@ schema Defn: a collection of metadata that describes the logical view of a datab noSQL databases are either schema-free or have relaxed schemas +![example database schema|400](https://i.imgur.com/09ATkHZ.png) + +## conceptual data modelling \ No newline at end of file