Scenario: A company has employees and projects. An employee can work on multiple projects, and a project can have multiple employees working on it. Which type of relationship would you use to represent this scenario in an ERD?

  • Many-to-Many
  • Many-to-One
  • One-to-Many
  • One-to-One
In this scenario, a Many-to-Many relationship is appropriate. This allows each employee to work on multiple projects, and each project to have multiple employees associated with it. It involves a junction table to manage the relationship.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *