Entity relationship diagram design
An entity relationship diagram (ERD), also known as an entity relationship model, is a graphical representation that depicts relationships among people, objects, places, concepts or events within an information technology (IT) system.
How to go about creating an ER diagram.
- Identify all the entities in the system. An entity should appear only once in a particular diagram.
- Identify relationships between entities. Connect them using a line and add a diamond in the middle describing the relationship.
- Add attributes for entities.
Comments
Post a Comment