Relational Databases

Most relational database servers consist of a set of programs that manage large amounts of data, offering a rich set of query commands that help manage the power behind the database server. These programs control the storage, retrieval, and organization of the information within the database. This information can be changed, updated, or removed after the support programs or scripts are in place.

Unlike DBM databases, relational databases don't link records together physically like the DBM database does by using a key/value pair. Instead, they provide a field in which information can be matched, and the results can be sent back to the person performing the query, as if the database were organized that way.

Relational databases ...

Get Platinum Edition Using XHTML™, XML, and Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.