Skip to content
EntityQ755662· pop 34· linked from 448 articles

relational model

Sign in to save

Also known as RM

database model

Wikidata facts

Show 3 more facts
Commons category
Relational models
time of discovery or invention
1969-00-00
ACM Classification Code (2012)
10002955
Sources (2)

via Wikidata · CC0

~24 min read

Article

The relational model (RM) is an approach to managing data using a structure and language consistent with first-order predicate logic, first described in 1969 by English computer scientist Edgar F. Codd, where all data are represented in terms of tuples, grouped into relations. A database organized in terms of the relational model is a relational database.

The purpose of the relational model is to provide a declarative method for specifying data and queries: users directly state what information the database contains and what information they want from it, and let the database management system software take care of describing data structures for storing the data and retrieval procedures for answering queries.

Connections

Categories