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

This commit is contained in:
Nick Leeman 2021-10-25 16:41:27 +02:00
parent 98626190c5
commit 3b3fd82903
2 changed files with 16 additions and 3 deletions

6
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "School/Development/SELECT.md",
"file": "School/Development/SQL Database.md",
"mode": "source"
}
}
@ -68,7 +68,7 @@
"state": {
"type": "backlink",
"state": {
"file": "School/Development/SELECT.md",
"file": "School/Development/SQL Database.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -87,7 +87,7 @@
},
"active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [
"School/Development/SELECT.md",
"School/Development/SQL Database.md",
"School/Analyse/OSI Model.md",
"School/Analyse/Images/OSI-model.png",
"School/Analyse/Network Software.md",

View File

@ -13,3 +13,16 @@ Structure of a database includes data types, relationships and constraints that
- Low Level: Physical data models
- Representational: implementational data models
## Conceptual Data Model
Conceptual data models use concepts such as: entities, attributes and relationships.
An entity represents a real-world object or concept. Examples are: Employee, Product, etc...
## Entity
An entity is the