Home » MYSQL » Mysql Basic » Question
  1. What represents a ‘tuple’ in a relational database?
    1. Object
    2. Table
    3. Row
    4. Column
    5. 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.



Your comments will be displayed only after manual approval.