About Entity Relationship Diagrams
An Entity Relationship Diagram (or ERD) illustrates the relationships between and among "entities." Entities are the tables used in a relational database.
Attributes are properties or characteristics of entities.
An ERD attribute can be denoted as a primary key (which identifies a unique attribute), or an attribute can be denoted as a foreign key (which can be assigned to multiple attributes).
