Final answer:
A logical ERD can be drawn for the case study using Crow’s Foot notation, showing the entities, attributes, relationships, connectivity & participation, and primary and foreign keys.
Step-by-step explanation:
A logical ERD (Entity Relationship Diagram) can be drawn for the given case study using Crow’s Foot notation. The entities in the ERD are 'University', 'Department', 'Employee', and 'Course'. The relationships are as follows:
- Each Department belongs to one University.
- Each Department employs many Employees.
- Each Employee works in one Department.
- Each Employee can supervise many other Employees.
- Each Employee may have only one supervisor.
- Each Department offers many Courses.
- Each Course can be a prerequisite of many other Courses.
- Each Course may have only one pre-requisite.
The connectivity and participation can be shown using the crow's foot symbol and the primary and foreign keys can be indicated using underlined attributes.