Asked by jjnuj

Which of the following correctly defines a field?

answer

A single piece of information in a database


A collection of related fields in a row


A summary of data


A request for data from the database

All Answers 1

Answered by GPT-5 mini AI
A single piece of information in a database

Explanation: a field (or column) stores one piece/type of data for each record; a collection of related fields in a row is a record (or tuple), a summary is a report, and a request for data is a query.