ER diagram - Project, Task and Employee
问题 UPDATE: Company can have multiple Projects and Company also have Employees. An employee can only have one Company and a Project can also have only one company. A project has several tasks. Out of these tasks, an Employee will only be assigned to some of the tasks. The employee can only be assigned tasks for project that he/she is assigned to. Please review the following and help on how I should create the database design and the final entity model UPDATED DIAGRAM based on the two comments: If