currently I have three tables and I will create more if needed to accomplish my task. My challenge is that I do not know how to start creating the relationships.
ENTITY
.ENTITY_KEY
.ENTITY_NAME
.ENTITY_TYPE ("P" PERSON OR "O" ORGANIZATION)
ENTITY_FOR
.ENTITY_FOR_KEY
.ENTITY_KEY
.CONTACT_KEY
.ORIGINATION (CLIENT OR IN-HOUSE)
.ORIGINATION_DATE
CONTACT
.CONTACT_KEY
.CONTACT_TYPE (PROVIDER OR CONTACT PERSON)
.FNAME
.LNAME
I am trying to keep a normlize design. Here is the pseudo data flow.
An entity can be a person or an organization. This entity can have multiple person members. This entity can also be a member of an entity which is in a higher echelon.
Each person members can have a contact person or self as contact person.
Any help to get me started is greatly apreciated.
Thanks,
Steve C.
ENTITY
.ENTITY_KEY
.ENTITY_NAME
.ENTITY_TYPE ("P" PERSON OR "O" ORGANIZATION)
ENTITY_FOR
.ENTITY_FOR_KEY
.ENTITY_KEY
.CONTACT_KEY
.ORIGINATION (CLIENT OR IN-HOUSE)
.ORIGINATION_DATE
CONTACT
.CONTACT_KEY
.CONTACT_TYPE (PROVIDER OR CONTACT PERSON)
.FNAME
.LNAME
I am trying to keep a normlize design. Here is the pseudo data flow.
An entity can be a person or an organization. This entity can have multiple person members. This entity can also be a member of an entity which is in a higher echelon.
Each person members can have a contact person or self as contact person.
Any help to get me started is greatly apreciated.
Thanks,
Steve C.