14 | | * Dealership (**__tax_nr__**, **d_name**, **email**, **pass**, **ceo**, telephones, **addresses**) |
15 | | * Vehicle (**__VIN__**, **body**, **model**, **p_year**, **engine**, color, **price**, **status**, **tax_nr***) |
| 14 | * Dealership (**__tax_nr__**, **d_name**, **brands**, **email**, **pass**, **director**, telephones, **address**) |
| 15 | * Vehicle (**__car_id__**, **VIN**, **body**, **make**, **model**, **p_year**, **capacity**, **power**, color, **price**, **status**, **tax_nr***) |
17 | | * Payment (**__p_id__**, **bank**, **account**, **amount**, **embg***) |
18 | | * Agreement (**__a_id__**, **price**, **dependent**, **status**, **datum**, **tax_nr***, **p_id***, **vin***, **embg***) |
| 17 | * Payment (**__p_id__**, **bank**, **IBAN**, **amount**, **embg***, **a_id***) |
| 18 | * Agreement (**__a_id__**, **price**, **status**, **datum**, **tax_nr***, **vin***, **embg***) |