Home » MYSQL » Mysql Basic » Question
  1. What represents an ‘attribute’ in a relational database?
    1. Row
    2. Column
    3. Object
    4. Table
    5. None of these
Correct Option: B

Each column in a table represents a feature (attribute) of a record. Table stores the information for an entity whereas a row represents a record. Object has no relevance in an RDBMS.



Your comments will be displayed only after manual approval.