In a relational database, a table is also known as: a) Field
b) Tuple
c) Relation
d) Column
In a relational database, a table is also known as: a) Field
b) Tuple
c) Relation
d) Column
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.