Entity Relationship Diagrams (ERDs)
An Entity Relationship Diagram (ERD) is a graphical representation of the structure of a database. ERDs show the relationships between tables in a database, making it easier to understand the design and structure of the database. Components of an ERD An ERD is made up of the following components: Entities Attributes Relationships Entities An entity represents an object that you want to manage in your database. For example, a student, a professor, or a course could all be entities. ...