relational database

computing
Feedback
Corrections? Updates? Omissions? Let us know if you have suggestions to improve this article (requires login).
Thank you for your feedback

Our editors will review what you’ve submitted and determine whether to revise the article.

Also known as: relational file structure, relational model
Related Topics:
MySQL

relational database, database in which all data are represented in tabular form. The description of a particular entity is provided by the set of its attribute values, stored as one row or record of the table, called a tuple. Similar items from different records can appear in a table column. The relational approach supports queries that involve several tables by providing automatic links across tables. Payroll data, for example, can be stored in one table and personnel benefits data in another; complete information on an employee can be obtained by joining the tables on employee identification number. In more powerful ...(100 of 138 words)