Analysis and design tools : E-R analysis
E-R MODEL
E-R Model means entity relationship model represents conceptual way of data modeling.
For every business system conceptual modeling is the intermediate phase that leads
to physical data base design. First step of conceptual data modeling is semantic analysis
which focuses on entities and their relationships. Some important basic concepts for
drawing E-Diagrams are as follows.
1. Entity: - An entity is an object that has its own unique identity.
For example: Any car, book, person, dream.[Important: Entity can be concrete or
abstract.]
2. Attribute: - An attribute is an aspect, characteristic or quality of either an entity or
relationship.
For example: color, size shape of a car can be the attributes.
3. Relationship: - A relationship is a meaningful association, linkage or connection
between entities.
4. Entity set: - Entity set is a set of entities of same kind.
For example: Accounts holder of same bank can form an entity set.
5. Relationship set:- A relationship set is collection of relations of same type.