Difference between revisions of "Database model"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "A '''database model''' is a type of data model that determines the logical structure of a database and fundamentally determines in which manner data can be stored, org...") |
Karl Jones (Talk | contribs) (→External links) |
||
Line 43: | Line 43: | ||
* [https://en.wikipedia.org/wiki/Database_model Database model] @ Wikipedia | * [https://en.wikipedia.org/wiki/Database_model Database model] @ Wikipedia | ||
− | + | * [http://www.databaseanswers.org/data_models/ Database model examples] | |
[[Category:Computer science]] | [[Category:Computer science]] | ||
[[Category:Databases]] | [[Category:Databases]] |
Latest revision as of 08:22, 23 February 2017
A database model is a type of data model that determines the logical structure of a database and fundamentally determines in which manner data can be stored, organized, and manipulated.
Relational model
The most popular example of a database model is the relational model, which uses a table-based format.
List of models
Common logical data models for databases include:
- Hierarchical database model
- Network model
- Relational model
- Entity–relationship model
- Enhanced entity–relationship model
- Object model
- Document model
- Entity–attribute–value model
- Star schema
An object-relational database combines the two related structures.
Physical data models include:
Other models include:
- Associative model
- Multidimensional model
- Multivalue model
- Named graph
- Semantic model
- Triplestore
- XML database
See also
External links
- Database model @ Wikipedia
- Database model examples