-
What represents a ‘tuple’ in a relational database?
-
- Object
- Table
- Row
- Column
- None of these
Correct Option: C
Each row in a table represents a record. A tuple is a collection of attribute values that makes a record unique. A tuple is a unique entity whereas attribute values can be duplicate in the table.