Multiple choice

What is a 'tuple' in RDBMS?

  1. A row or record in a database table

  2. Another name for the key linking different tables in a database

  3. An attribute attached to a record

  4. Another name for a table in an RDBMS

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

In relational database terminology, a tuple refers to a single row or record in a table. It represents one complete set of related data values. A key is called a primary or foreign key (not tuple), an attribute is a column, and a table is a relation. The term comes from mathematical set theory.