Computer Science, asked by chintuh9821, 11 months ago

Define these terms:
1.Record
2.Table
3.Field

Answers

Answered by AmishiChoudhary101
0
  • In computer science, a record (also called a structure, struct, or compound data) is a basic data structure. Records in a database or spreadsheet are usually called "rows". A record is a collection of fields, possibly of different data types, typically in fixed number and sequence.
  • A table is an arrangement of data in rows and columns, or possibly in a more complex structure. Tables are widely used in communication, research, and data analysis. Tables appear in print media, handwritten notes, computer software, architectural ornamentation, traffic signs, and many other places.
  • In computer science, data that has several parts, known as a record, can be divided into fields. ... Examples of fields: name, gender, hair colour. In object-oriented programming, a field (also called data member or member variable) is a particular piece of data encapsulated within a class or object.
Similar questions