Define tables from a part of my ER Diagram.
Posted
by M R Jafari
on Stack Overflow
See other posts from Stack Overflow
or by M R Jafari
Published on 2010-05-31T05:34:48Z
Indexed on
2010/06/03
8:24 UTC
Read the original article
Hit count: 279
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?
© Stack Overflow or respective owner