Content deleted Content added
Kritakaryal (talk | contribs) m Added an example to clarify the relational database model. #article-section-source-editor Tags: Reverted Mobile edit Mobile app edit iOS app edit |
Restored revision 1210086754 by David Eppstein (talk): Not helpful |
||
Line 71:
: This model organizes data using two fundamental constructs, called records and sets. Records contain fields, and sets define one-to-many relationships between records: one owner, many members. The network data model is an abstraction of the design concept used in the implementation of databases.
; [[Relational model]]
: is a database model based on first-order predicate logic. Its core idea is to describe a database as a collection of predicates over a finite set of predicate variables, describing constraints on the possible values and combinations of values. The power of the relational data model lies in its mathematical foundations and a simple user-level paradigm.
; [[Object–relational model]]
: Similar to a relational database model, but objects, classes, and inheritance are directly supported in [[database schema]]s and in the query language.
|