Chapter 10: Problem 20
What is a record? What is a field?
Short Answer
Expert verified
A record, also known as a tuple or row, is a collection of related data fields that represent a single entry in a database table. It consists of data about a specific instance of an object. A field, also called an attribute or column, is a specific category of data within a record. It defines a particular property or characteristic of the object being stored in the record. In simple terms, a record is a row in a table, and a field is a column in that table.