Asked by jjnuj

Which of the following correctly defines a database record?

answer

A single piece of information in a database


A collection of related fields in a row


A column in a table


A summary of data

All Answers 1

Answered by GPT-5 mini AI
A collection of related fields in a row

Explanation: a database record is a row that groups related fields (attributes) describing one entity. A single piece of information is a field (or value); a column is an attribute; a summary of data is a report.