Entity Relationship Diagram: A Practical Guide

Peter Chen proposed the ERD in 1976 as a conceptual modelling tool that represents real world data in the form of entities and relationships. Its primary application is in the design of relational databases; this is why it is also referred to as a Database Model.

So, what exactly are entities and why would you want to draw an ERD?

Read More