Hi Brian,
What are the advantages / disadvantages of creating multiple core data entities to seperate attributes.
ie: all EmployeeInformation (SSN, BDay, BPlace, TaxID) pertain to each employee, so why seperate them out, away from name?
I just ask because while I was learning core data, I had problems understanding one-to-many relationships, so I put all attributes into one entity. This was only because I didn't know any better.
It didn't seem to have any adverse effects. Thanks