relational database


Also found in: Dictionary, Thesaurus, Medical, Legal, Wikipedia.
Related to relational database: SQL, relational database management system

relational database

[ri′lā·shən·əl ′dad·ə‚bās]
(computer science)
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

relational database

(database)
(RDBMS - relational database management system) A database based on the relational model developed by E.F. Codd. A relational database allows the definition of data structures, storage and retrieval operations and integrity constraints. In such a database the data and relations between them are organised in tables. A table is a collection of rows or records and each row in a table contains the same fields. Certain fields may be designated as keys, which means that searches for specific values of that field will use indexing to speed them up.

Where fields in two different tables take values from the same set, a join operation can be performed to select related records in the two tables by matching values in those fields. Often, but not always, the fields will have the same name in both tables. For example, an "orders" table might contain (customer_id, product_code) pairs and a "products" table might contain (product_code, price) pairs so to calculate a given customer's bill you would sum the prices of all products ordered by that customer by joining on the product-code fields of the two tables. This can be extended to joining multiple tables on multiple fields. Because these relationships are only specified at retreival time, relational databases are classed as dynamic database management system.

The first commercial RDBMS was the Multics Relational Data Store, first sold in 1978.

INGRES, Oracle, Sybase, Inc., Microsoft Access, and Microsoft SQL Server are well-known database products and companies. Others include PostgreSQL, SQL/DS, and RDB.

["Managing Data Bases, Four Critical Factors" Michael M. Gorman, QED Information Sciences, Inc.].

["An Introduction To Database Systems" (6th ed) C. J. Date, Addison Wesley (an excellent source of detailed info)].

["An End-User's Guide to Data Base" James Martin, Prentice Hall (excellent place to begin learning about DBMS)].
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
References in periodicals archive ?
"Roger is an industry luminary in the complex and fascinating world of relational databases and computer software; a brilliant mind and a visionary," said Vinod Khosla, a Xcalar board member, and investor.
* A relational database management system (RDBMS), such as MySQL, Oracle, or Microsoft's SQL Server.
Also, [15] examines how XML data can be queried using XPath or SQL, and introduces a framework where SQL statements can be transformed to XPath queries that enable users to access XML and relational database through SQL.
Because of the degree of detail provided, this book is probably inappropriate for someone interested in gaining just high-level familiarity with the functioning of various database systems, rather than acquiring a practical understanding of relational database development and management.
We also have cost advantage than relational database.
One of the key characteristics of a relational database is that it does not analyze data in its native or original form.
Section 3 gives a brief description of the watermarking model and the desirable properties of a watermarking system for a relational database. Then, the proposed watermarking scheme is presented in Section 4.
Amazon already offered support for MySQL on the Relational Database Service.
Who says there is a war raging between traditional SQL database vendors and the upstarts touting the so-called 'NoSQL' technology?<p>A slew of relational database vendors, ranging from startups touting massively-parallel data warehousing appliances to grizzled veterans of the online transaction processing (OLTP) wars, are moving to support the MapReduce data processing technology invented by Google Inc.<p>Sybase Inc.

Encyclopedia browser ?
Full browser ?