Sponsored Links

Minggu, 31 Desember 2017

Sponsored Links

E.F. Codd's 12 Rules for RDBMS
src: www.tutorialspoint.com

A relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model invented by Edgar F. Codd, of IBM's San Jose Research Laboratory. Most databases in widespread use are based on the relational database model.

RDBMSs have been 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 have often replaced legacy hierarchical databases and network databases because they are easier to understand and use. However, relational databases have received unsuccessful challenge attempts by object database management systems in the 1980s and 1990s (which were introduced trying to address the so-called object-relational impedance mismatch between relational databases and object-oriented application programs) and also by XML database management systems in the 1990s. Despite such attempts, RDBMSs keep most of the market share, which has also grown over the years.


Video Relational database management system



Market share

According to DB-Engines, in May 2017, the most widely used systems are Oracle, MySQL (open source), Microsoft SQL Server, PostgreSQL (open source), IBM DB2, Microsoft Access, and SQLite (open source).

According to research company Gartner, in 2011, the five leading commercial relational database vendors by revenue were Oracle (48.8%), IBM (20.2%), Microsoft (17.0%), SAP including Sybase (4.6%), and Teradata (3.7%).

According to Gartner, in 2008, the percentage of database sites using any given technology were (a given site may deploy multiple technologies):

  • Oracle Database - 70%
  • Microsoft SQL Server - 68%
  • MySQL (Oracle Corporation) - 50%
  • IBM DB2 - 39%
  • IBM Informix - 18%
  • SAP Sybase Adaptive Server Enterprise - 15%
  • SAP Sybase IQ - 14%
  • Teradata - 11%

Maps Relational database management system



History

In 1974, IBM began developing System R, a research project to develop a prototype RDBMS. However, the first commercially available RDBMS was Oracle, released in 1979 by Relational Software, now Oracle Corporation. Other examples of an RDBMS include DB2, SAP Sybase ASE, and Informix. In 1984, the first RDBMS for Macintosh began being developed, code-named Silver Surfer, it was later released in 1987 as 4th Dimension and known today as 4D.


RDBMS Concepts Session 1 Relational Database Model - YouTube
src: i.ytimg.com


Historical usage of the term

The term "relational database" was invented by E. F. Codd at IBM in 1970. Codd introduced the term in his research paper "A Relational Model of Data for Large Shared Data Banks". 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 composed of 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, which at a minimum:

  • Present the data to the user as relations (a presentation in tabular form, i.e. as a collection of tables with each table consisting of a set of rows and columns);
  • Provide relational operators to manipulate the data in tabular form.

The first systems that were relatively faithful implementations of the relational model were from:

  • University of Michigan -- Micro DBMS (1969)
  • Massachusetts Institute of Technology (1971)
  • IBM UK Scientific Centre at Peterlee -- IS1 (1970-72) and its successor, PRTV (1973-79)

The first system sold as an RDBMS was Multics Relational Data Store (1978). Ingres and IBM BS12 followed.

The most common 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 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, most commercial relational DBMSs employ SQL as their query language.

Alternative query languages have been proposed and implemented, notably the pre-1996 implementation of Ingres QUEL.


Oncor DB Model
src: oncor.pnnl.gov


See also

  • SQL
  • Object database (OODBMS)
  • Online analytical processing (OLAP) and ROLAP (Relational Online Analytical Processing)
  • Data warehouse
  • Star schema
  • Snowflake schema

Visual Programing SQL Overview Section ppt video online download
src: slideplayer.com


References

Source of the article : Wikipedia

Comments
0 Comments