Difference between revisions of "Relational database management system"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(External links)
Line 34: Line 34:
  
 
* [https://en.wikipedia.org/wiki/Relational_database_management_system Relational database management system] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Relational_database_management_system Relational database management system] @ Wikipedia
 +
 +
[[Category:Computer science]]
 +
[[Category:Databases]]

Revision as of 15:56, 24 April 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