One-to-many relationship
Connects an entity of one type to zero or more entities of another
(or same) type.
Example
- Entity types: Employee, Department.
- An Employee works for exactly one Department.
- A Department has zero or more Employees.
- Arrow points to the one side.
|
 |
Or omit the diamond |
 |
|