Science Fair Project Encyclopedia
Field (computer science)
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
Last updated: 08-05-2005 01:57:49
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


