meanings of Database record encyclopedia of Database record dictionary of Database record thesaurus on Database record books about Database record dreams about Database record
 Database record - Definition 

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 2008 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 Wikipedia article "Database record".