112k views
3 votes
Each ________ of a relation corresponds to a record that contains data values for an entity.

A) Column
B) Entity
C) Attribute
D) Row

1 Answer

4 votes

Final answer:

Each row of a database table corresponds to a record with data values for an entity.

Step-by-step explanation:

Each row of a relation corresponds to a record that contains data values for an entity. In database terminology, a row is also referred to as a tuple or a record, and it represents a single, implicitly structured data item in a table.

In contrast, a column, which is sometimes called an attribute, represents a particular type of data that every record may contain.

User Wezten
by
8.3k points