Vault sync: 2021-10-25 14:51:26

This commit is contained in:
Nick Leeman 2021-10-25 14:51:26 +02:00
parent bf664d2627
commit 98626190c5

View File

@ -1 +1,15 @@
# SQL # SQL Database
- Database is a collection of related data.
- Data is: known facts that can be recorded and have implicit meaning.
- Database is a collection of values in digital form, organized in a efficient way
## Data modeling
Data model is a collection of concepts to describe the structure of a database.
Structure of a database includes data types, relationships and constraints that apply to the data.
- High Level: Conceptual data models
- Low Level: Physical data models
- Representational: implementational data models