Vidyalelo
Database · Q15

The Relational Model and Normalization

Programming · Database · question 15

Q15

An attribute is a(n):

A.
column of a table.
Answer
B.
two dimensional table.
C.
row of a table.
D.
key of a table.

Answer: Option A

Solution

Answer: Option A
Solution:
An attribute is a column of a table.
This means that it represents a specific characteristic or property of the entities in the table.
Attributes are used to define the structure of a table and store data related to the entities.

An attribute is not a two dimensional table.
A two dimensional table is a collection of rows and columns, not a single attribute.
Attributes are the individual columns within a table that hold specific data values.

An attribute is not a row of a table.
A row in a table represents a single entity or record, while an attribute represents a specific characteristic of that entity.
Attributes are defined at the column level, not the row level.

An attribute is not a key of a table.
A key is a special type of attribute that uniquely identifies each record in a table.
While keys are important for data integrity and indexing, they are not the same as regular attributes.

Therefore, the correct option is Option1: column of a table.