User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:ra:xapend:xapend.a_glossary:r:relational_model

Relational Model (RM)

Return to Glossary

The Relational Model (RM) for Database management 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 is 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 (DBMS) software take care of describing data structures for storing the data and retrieval procedures for answering queries.

Most relational databases use the SQL data definition and query language; these systems implement what can be regarded as an engineering approximation to the relational model. A table in an SQL database schema corresponds to a predicate variable; the contents of a table to a relation; key constraints, other constraints, and SQL queries correspond to predicates. However, SQL databases deviate from the relational model in many details, and Codd fiercely argued against deviations that compromise the original principles.

Source: https://en.wikipedia.org/wiki/Relational_model

dido/public/ra/xapend/xapend.a_glossary/r/relational_model.txt · Last modified: 2021/10/30 14:47 by nick
Translations of this page: