vault backup: 2022-10-24 22:15:58

This commit is contained in:
Jet Hughes 2022-10-24 22:15:58 +13:00
parent c8e4ebf682
commit 1869f32362
3 changed files with 22 additions and 4 deletions

View File

@ -66,7 +66,6 @@ three notations
![example data|400](https://i.imgur.com/t3fjN78.png)
![examle chen notation diagram|400](https://i.imgur.com/5a2TCXm.png)
# how to model
## entities
- a thing in the real world with independent existence

View File

@ -6,3 +6,18 @@ tags:
---
Entity: a thing in the real world with *independent existence* (phsyical e.g., person or conceptual e.g., job)
Entity type: A collection of entities
Attribute: properties of entity
Attibute types:
- simple/composite
- single/multi valued
- stored/derived
- key (simple or composite)
Relationship: when one entity refers to another
Relationship type: a set of relationships with the same entity types
- relationships can have attributes
- relationships haveL

View File

@ -5,11 +5,15 @@ tags:
- cosc203
---
# ER Diagram
# Modelling
Database: integrated collection of data
- meaning
- specific purpose
[ER Diagram](notes/ER-Diagram)
[Schemas](notes/Schemas)
# Normal Forms
[Normal Forms](notes/Normal-Forms)
# Schemas
[Schemas](notes/Schemas)
# SQL
[SQL](notes/SQL)