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