I was interested in storing the history of properties which contains two entites - properties and owners. Right now I am not sure what approach to take and needed some help. I was thinking of creating an associative entity and so this would have its identity a combination of property and owner but the textbook comes up with this solution instead:
What's the difference between the solution above and an associative entity?