The noun has one meaning:
Meaning #1:
a database management system designed to manage a relational database
| WordNet: relational database management system |
The noun has one meaning:
Meaning #1:
a database management system designed to manage a relational database
| 5min Related Video: Relational database management system |
| Wikipedia: Relational database management system |
| The examples and perspective in this article may not represent a worldwide view of the subject. Please improve this article or discuss the issue on the talk page. |
| This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (March 2009) |
| Please help improve this article or section by expanding it. Further information might be found on the talk page. (March 2009) |
A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular commercial and open source databases currently in use are based on the relational model.
A short definition of an RDBMS may be a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.
Contents |
A relational database aims to achieve normalization of data. Follow the link to articles on Database_normalization. Normalization helps to reduce redundancy and update anomalies.
E. F. Codd introduced the term in his seminal paper "A Relational Model of Data for Large Shared Data Banks", published in 1970. In this paper and later papers he defined what he meant by relational. One well-known definition of what constitutes a relational database system is Codd's 12 rules. However, many of the early implementations of the relational model did not conform to all of Codd's rules, so the term gradually came to describe a broader class of database systems. At a minimum, these systems:
The first systems that were relatively faithful implementations of the relational model were from the University of Michigan; Micro DBMS (1969) and from IBM UK Scientific Centre at Peterlee; IS1 (1970–72) and its followon PRTV (1973–79). The first system sold as an RDBMS was Multics Relational Data Store, first sold in 1978. Others have been Berkeley Ingres QUEL and IBM BS12.
The most popular definition of an RDBMS is a product that presents a view of data as a collection of rows and columns, even if it is not based strictly upon relational theory. By this definition, RDBMS products typically implement some but not all of Codd's 12 rules.
A second, theory-based school of thought argues that if a database does not implement all of Codd's rules (or the current understanding on the relational model, as expressed by Christopher J Date, Hugh Darwen and others), it is not relational. This view, shared by many theorists and other strict adherents to Codd's principles, would disqualify most DBMSs as not relational. For clarification, they often refer to some RDBMSs as Truly-Relational Database Management Systems (TRDBMS), naming others Pseudo-Relational Database Management Systems (PRDBMS).
As of 2009, all commercial relational DBMSes employ SQL as their query language. Alternative query languages have been proposed and implemented, notably the pre-1996 implementation of Berkeley Ingres QUEL. With standardization of the SQL, both commercial and open source DBMSes have adopted some degree of standards compliance.
Given below is a list of top RDBMS vendors in 2006 with figures in millions of United States Dollars published in an IDC study.
| Vendor | Global Revenue |
|---|---|
| Oracle | 8,800 |
| IBM | 3,483 |
| Microsoft | 3,052 |
| Sybase | 524 |
| Teradata | 457 |
| Others | 1,624 |
| Total | 16,452 |
Low adoption costs associated with open-source RDBMS products such as MySQL, PostgreSQL, Firebird and public domain RDBMS libraries such as SQLite have begun influencing vendor pricing and licensing strategies[citation needed].
While relational database systems remain the dominant choice for both transactional and analytical applications, newer structures are competing with RDBMSs in data warehouse applications including column-oriented and correlation database systems.
|
||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| OORDBMS (technology) | |
| System/38 (technology) | |
| CA-DATACOM/DB (technology) |
Copyrights:
![]() | WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Relational database management system". Read more |
Mentioned in