I want define tables from a part of my ER Diagram.
- by M R Jafari
I have a ER-Diagram (Show in http://www.4freeimagehost.com/show.php?i=f82997ca4d5d.png).
In the diagram you see 2 entities and a 1:N relataion together.
Project has 2 columns as ProjectID, ProjectName.
Employee has 3 colums as EmployeeID, EmployeeName and ProjectID.
A project has ONLY 1 project-manager and project-manager is a employee.
What columns add them?