Field (computer science) - Wikipedia
https://en.wikipedia.org/wiki/Field_(computer_science)
In computer science, data that has several parts, known as a record, can be divided into fields. Relational databases arrange data as sets of database records, so called rows.Each record consists of several fields; the fields of all records form the columns.Examples of fields: name, gender, hair colour. In object-oriented programming, a field (also called data member or member variable) is a ...
DA: 53 PA: 21 MOZ Rank: 3