In: Computer Science
What is the name of the property that describes various characteristics of an entity?
ER diagram
Relation
Relationship
Attribute
Column
Raw
What is the name of the property that describes various characteristics of an entity
answer: attribute
explanation:
ER diagram is a visualization of the data.Visualization of how data is related and how data is structured.
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
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