Difference between revisions of "Database model"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
 
(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 09: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:

An object-relational database combines the two related structures.

Physical data models include:

Other models include:

See also

External links