Question & Answer

In a relational database, a table is also known as:

In a relational database, a table is also known as: a) Field

b) Tuple

c) Relation

d) Column

1 Answer

Verified archive
Quizzma TeamSeptember 9, 2025

The correct answer is: c) Relation.

In a relational database, a table is referred to as a relation. A relation consists of tuples (rows) and attributes (columns), and it is used to organize data in a structured way. Each row in the table represents a unique instance of data, while each column represents a specific attribute of that data.