As the title of the question states... I've got a database that is using a supercedes model to store information... meaning that each time a customer is edited, instead of updating the row, the software simply slams a new record into the database, and then updates the old records to have a pointer to this new record.
I was trying to draw the 1 <> 1 relationship, but am not sure exactly how to effectively draw this... any tips would be appreciated. Thanks.