Concept:In a database table, data is arranged in rows and columns, where each column stores one type of attribute and each row stores one complete logical entry.
Explanation:A column in a table represents a field or attribute, such as Name or Age.
A row, however, combines all the related field values for a single person, item, or event.
So, one row gives the complete set of information about one specific database entry.
In database terminology, this single row is officially called a record.
It is also sometimes called a tuple, but the most common board exam term is record.
Therefore, among the given options, “data item” and “field” refer to smaller parts, while “attribute” refers to a column.
The row itself is the record.
Answer:D. record