A tuple is a(n):
A. column of a table.
B. two dimensional table.
C. row of a table.
D. key of a table.
Answer: Option C
Solution (By Examveda Team)
Option1: A tuple is not a column of a table. A column represents a single attribute or field in a table, while a tuple represents a single record or row in a table.Option2: A tuple is not a two-dimensional table. A table itself is two-dimensional, with rows and columns, while a tuple is a single row within that table.
Option3: A tuple is a row of a table. In the relational model, a tuple is a single record that contains data for each attribute or column in the table. It represents a specific instance or entry in the table.
Option4: A tuple is not a key of a table. A key is a unique identifier for a tuple or row in a table, but the tuple itself is not the key. Keys can be primary keys, foreign keys, or other types of constraints used to uniquely identify tuples.
Conclusion: The correct option is Option3: a tuple is a row of a table in the relational model.
Join The Discussion