Database model

From Wiki @ Karl Jones dot com
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