Vault sync: 2021-10-25 16:41:26
This commit is contained in:
parent
98626190c5
commit
3b3fd82903
6
.obsidian/workspace
vendored
6
.obsidian/workspace
vendored
@ -9,7 +9,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "School/Development/SELECT.md",
|
"file": "School/Development/SQL Database.md",
|
||||||
"mode": "source"
|
"mode": "source"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "School/Development/SELECT.md",
|
"file": "School/Development/SQL Database.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -87,7 +87,7 @@
|
|||||||
},
|
},
|
||||||
"active": "bc6e8ad9aa0f44c3",
|
"active": "bc6e8ad9aa0f44c3",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"School/Development/SELECT.md",
|
"School/Development/SQL Database.md",
|
||||||
"School/Analyse/OSI Model.md",
|
"School/Analyse/OSI Model.md",
|
||||||
"School/Analyse/Images/OSI-model.png",
|
"School/Analyse/Images/OSI-model.png",
|
||||||
"School/Analyse/Network Software.md",
|
"School/Analyse/Network Software.md",
|
||||||
|
@ -13,3 +13,16 @@ Structure of a database includes data types, relationships and constraints that
|
|||||||
- Low Level: Physical data models
|
- Low Level: Physical data models
|
||||||
- Representational: implementational 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user