HI
I am just starting to learn Core Data and one part that confuses me is the inverse relationship. Lets say that I have a entitiy named Photo and one enitity named Photograph, just as in the Stanford course. A photograph has a one to many relationship to photo, and one photo belongs to one photograph.
My question is (I know SQL) is what are the inverse relationships I have to make? This probably has to do with primary/foreign key however I do not understand what inverse relationship does?
Thanks for your time:=)
An inverse relationship maintains data integrity when changes are made to instances of an entity: