This illustration shows the entity-relationship diagram or data model used in the unit of work examples provided in this chapter. There are three tables PET, PETOWNER, and VETVISIT. The PET table has foreign key field PET_OWN_ID that references table PETOWNER field ID. The VETVISIT table has foreign key field PET_ID that references table PET field ID.