Multiple choice general knowledge science & technology

In a relational database, another name for a record is an

  1. column

  2. relation

  3. row

  4. operator

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In relational database terminology, a row (also called a tuple or record) represents a single complete entry in a table. Columns contain attributes/fields, and a row contains all the values for one entity. A relation is the table itself, not a single record.