┌──────────────┐ ┌──────────────┐ │Person │ │Familie │ ├──────────────┤ ├──────────────┤ │tbl_person │ │tbl_familie │ │-- │ │-- │ │id : num │ │id : num │ │name : text │ │bez : text │ │vorname : text│ │strasse : text│ │... │ │... │ └──────────────┘ └──────────────┘ ┌──────────────────────┐ ┌──────────────────────────┐ ┌──────────────────┐ ┌──────────────────────────┐ │Person/Gruppe │ │Person/Versandart │ │Familie/Gruppe │ │Familie <-> Versandart │ ├──────────────────────┤ ├──────────────────────────┤ ├──────────────────┤ ├──────────────────────────┤ │tbl_person_gruppe │ │tbl_person_versandart │ │tbl_familie_gruppe│ │tbl_familie_versandart │ │-- │ │-- │ │-- │ │-- │ │person_id : num │ │person_id : num │ │familie_id │ │familie_id : num │ │gruppe_kurz_bez : text│ │versandart_kurz_bez : text│ │gruppe_kurz_bez │ │versandart_kurz_bez : text│ └──────────────────────┘ └──────────────────────────┘ └──────────────────┘ └──────────────────────────┘ ┌───────────┐ ┌──────────────┐ │Gruppe │ │Versandart │ ├───────────┤ ├──────────────┤ │tbl_gruppe │ │tbl_versandart│ │-- │ │-- │ │kurz_bez │ │kurz_bez │ │bezeichnung│ │bezeichnung │ └───────────┘ └──────────────┘