Answer:
A data entity will have many possible instances.
Step-by-step explanation:
A data model is the relative representation of data objects, showing the relationships between them as well as the rules guiding the relationships.
The graphical representation of data model showing the data requirements of a database is Entity-Relationship Diagram (ERD).
Components of ERD
1. Entities: These refers to all the table that makes up a database. An specific example of an entity is called an Instance of an entity. E.g London, Moscow, Johannesburg, Lagos are all records in a table called location. This example shows that a data entity will have many possible instances.
2. Attribute: This is the information needed to describe a particular table of database.
3. Relationships: This shows how tables are linked together.