I am in the process of learning about Data Modeling using the ER diagramming methods. Can someone please assist me on how I could handle this case.
The diagram should contain two entities, Employee and Course. The employee entity contains a PK of Employee ID and the following additional Attributes:
- Employee Name
- Birth Date
The Course entity contains a PK of Course ID with the following additional attributes.
- Course Title
- Topic
In addition, there is an attribute (property) on the relationship of Date Completed. If I wanted to keep track of which employees are notified about each course completion by an employee, what would be the proper way to model this in Visio.
Here's what I've tried so far:
