Answer:
Explanation:Groups of fields that go together for some logical reason are called records or data records. A record is a collection of related data elements, or fields, that are treated as a single unit. For example, in a database of customer information, a record might contain fields for the customer's name, address, phone number, and email address. All of these fields are related and belong together as a single record.
Records are commonly used in computer systems to organize and store data. They can be used to represent a wide range of entities, from customers and employees to products and transactions. By grouping related fields together into records, it becomes easier to organize and manipulate data, perform searches, and generate reports.