Multiple choice

What is a tuple?

  1. All the rows of a relation table

  2. A row of a relation table other than the header row

  3. All the columns of a relation table

  4. All the columns of a relation table other than the header column

  5. None of these

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

A tuple is row of a relation table other than the header row. It contains the names of the attributes. It also describes the data characteristics of the table.