Difference between revisions of "Relational model"

From CNM Wiki
Jump to: navigation, search
(Created page with "The relational model (RM) for database management is an approach to managing data using a structure and language consistent with first-order predicate logic, where...")
 
 
Line 2: Line 2:
  
 
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.
 
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.
 +
 +
 +
==See also==
 +
 +
===Related lectures===
 +
:*[[CNM Cloud Databases]].
 +
 +
[[Category: CNM Cyber Orientation]][[Category: Articles]]

Latest revision as of 01:49, 13 October 2020

The relational model (RM) for database management is an approach to managing data using a structure and language consistent with first-order predicate logic, 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 software take care of describing data structures for storing the data and retrieval procedures for answering queries.


See also

Related lectures