| 53 | donor_donates_to_organisation (**id_user***''(donor)'', **id_organisation***''(organisation)'') |
| 54 | |
| 55 | adopter_views_post (**id_user***''(adopter)'', **id_post***''(post)'') |
| 56 | |
| 57 | pet_belongs_to_category (**id_pet***''(pet)'', **id_category***''(category)'') |
| 58 | |
| 59 | pet_needs_therapy (**id_pet***''(pet)'', **id_therapy***''(therapy)'') |
| 60 | |
| 61 | pet_preferably_eats_food (**id_pet***''(pet)'', **id_food***''(food)'', **quantity_a_day**) |
| 62 | |
| 63 | pet_needs_intervention_in_vet_clinic (**id_pet***''(pet)'', **id_vet_clinic***''(vetClinic)'', **date_of_interventing**) |