The Field (computer science) reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Field (computer science)

Sponsor with the world's largest charity for orphans
In computer science, data that has several parts can be divided into fields. For example, a computer may represent today's date as three distinct fields: the day, the month, the year.

Programming languages usually have a record data type to represent composite data types as a series of fields.

Relational databases arrange data as sets of database records. Each record consists of several fields.

See Also

class variable, instance variable, key field, record, n-tuple

This article is a stub. You can help Wikipedia by expanding it.