In: Computer Science
What is the name of the property that describes various characteristics of an entity? (Select multiple answers when applicable and explain your answer.)
ER diagram
Relation
Relationship
Attribute
Column
Raw
answer: Attribute
Relation,relationship: By the term we can know what they mean.They depict the relation and relationship between entities
Column,row: these are not even standard terms
ER diagram is a visualization of the data.Visualization of how data is related and how data is structured.
attribute: This is a property of the entity. For example let's say we have an entity named Employee and having attribute EmployeeId. Here EmployeeId is an attribute and it is describing the employee