What represents an 'attribute' in a relational database?
A. Table
B. Row
C. Column
D. Object
Answer: Option C
Solution (By Examveda Team)
Imagine a database like a big spreadsheet. Each row represents a different person or thing, like a customer in a store. Each column represents a specific piece of information about that person or thing, like their name, address, or age.So, in this context, an attribute is the same thing as a column.
Option C: Column is the correct answer.
Let's break down the other options:
Option A: Table represents the whole spreadsheet, not a single piece of information.
Option B: Row represents a single person or thing, not a specific piece of information.
Option D: Object is too broad and doesn't specifically relate to a database.
Therefore, the only option that accurately describes an attribute is Option C: Column.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion