Fundamentals of Database Systems: LESSON 3: The ER Model
Fundamentals of Database Systems: LESSON 3: The ER Model
DATABASE SYSTEMS
LESSON 3: The ER Model
Examples:
A department has exactly one manager and an employee can manage at most
one department.
– Specify (0,1) for participation of EMPLOYEE in MANAGES
An employee can work for exactly one department but a department can have
any number of employees.
– Specify (1,1) for participation of EMPLOYEE in WORKS_FOR
(0,1) (1,1)
(1,1) (1,N)