# Conceptual data model
## Definition(s)
### Context: [[Nexus - Google Analytics Certificate Course|Google Analytics Certificate]]
#### [[Data model]]
>[! Definition]
>Gives a high-level view of the data structure. No technical details. Used to see how data interacts across an organization.
## Examples
Both the image and table below from [1keydata.com](https://www.1keydata.com/datawarehousing/data-modeling-levels.html) Emphasis is my own
| Feature | ==Conceptual== | Logical | Physical |
| -------------------- | -------------- | ------- | -------- |
| Entity Names | ✓ | ✓ | |
| Entity Relationships | ✓ | ✓ | |
| Attributes | | ✓ | |
| Primary Keys | | ✓ | ✓ |
| Foreign Keys | | ✓ | ✓ |
| Table Names | | | ✓ |
| Column Names | | | ✓ |
| Column Data Types | | | ✓ |
![[conceptual_data_model_example.png]]
## Related
[[Data model]]
[[Logical data model]]
[[Physical data model]]
## Resources
[1keydata.com](https://www.1keydata.com/datawarehousing/data-modeling-levels.html)
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)
Gives a high-level view of the data structure. No technical details. Used to see how data interacts across an organization @@@ [[Conceptual data model]]