-
Notifications
You must be signed in to change notification settings - Fork 0
Part D
Daniel Sawyer edited this page Nov 30, 2023
·
1 revision


- Here EER diagrams were split into two pages due to the length
- Assumptions:
- Assumed Interview was a weak entity based on an interview not being able to take place without reliance on the existence of a job posting, interviewer, and interviewee.
- Assumed employee will always be said interviewer in application
- assumed product_type is basically its name
- assumed sale would have its own OrderId, to keep track of separate orders and give it uniqueness without relying on so many external factors
- assumed payment is a weak entity because you cant have a payment without an employee to give it to