Database model

From Wiki @ Karl Jones dot com
Revision as of 09:22, 23 February 2017 by Karl Jones (Talk | contribs) (External links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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