Database_record Database_record

Database record - Definition and Overview

In computer science, a database record is a description of a single item as stored in a database. In a relational database each row of each table is a database record.

For instance, in a billiards database, one record in the score table is a single score and has fields (a.k.a. columns) for the two players, the date, who won, and the number of balls remaining on the table, while one record in the player table contains one player's name, address, and playing skill.

In relational databases these are also called tuples, a term inherited from relational algebra.

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.