Computer Science, asked by induprabhu, 10 months ago

Named collection of field which represents a complete unit of information is called ??

Answers

Answered by yogichaudhary
7

Answer:

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, field (also called data member or member variable) is the data encapsulated within a class or object.

Answered by smartbrainz
1

Record is a named collection of field which represents a complete unit of information.

  • A record may be referred to as a collection of related fields wherein each field is a column of specific information.
  • In a database, information is usually stored in tables and table consists of rows and columns. An individual record is made up of columns or fields of information regarding the record as an individual entity.
  • For example, in an Employee table, each row hold the complete record of an employee whereas each column would define at least one of his/her attributes.

To know more about database tables, visit:

https://brainly.in/question/3232364

Similar questions