Difference between revisions of "Relational database management system"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 1: Line 1:
A '''relational database management system''' ('''RDBMS''') is a [[database management system]] (DBMS) that is based on the [[relational database model]].
+
A '''relational database management system''' ('''RDBMS''') is a [[database management system]] (DBMS) that is based on the [[Relational model|relational database model]].
  
 
== Description ==
 
== Description ==
  
Many popular [[Database|databases]] currently in use are based on the [[relational database model]].
+
Many popular [[Database|databases]] currently in use are based on the [[Relational model|relational database model]].
  
 
== Popular database model ==
 
== Popular database model ==

Revision as of 11:11, 23 August 2016

A relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational database model.

Description

Many popular databases currently in use are based on the relational database model.

Popular database model

RDBMSs are a common choice for the storage of information in new databases used for financial records, manufacturing and logistical information, personnel data, and other applications since the 1980s.

Relational databases may be easier to understand and use than other database models, such as hierarchical databases and network databases.

Non-relational databases

Non-relational databases include:

See also

External links