en:modul:m290_guko:learningunits:lu04:loesungen:b_erm_erd

Action unknown: linkbutton

The following entities have been identified for the scenario:

1. Continent

  • ContinentID (Primary Key)
  • ContinentName

2. Country

  • CountryID (Primary Key)
  • CountryName
  • ContinentID (Foreign Key)

3. Trip

  • TripID (Primary Key)
  • CountryID (Foreign Key)
  • StartDate
  • EndDate
  • Price
  • A continent can have many countries (1:N).
  • A country belongs to exactly one continent (N:1).
  • A country can have many trips (1:N).
  • A journey takes place in exactly one country (N:1).

  • The duration of a trip can be calculated later: EndDate – StartDate.
  • The price is an attribute of the journey, not of the country or continent.

  • en/modul/m290_guko/learningunits/lu04/loesungen/b_erm_erd.txt
  • Zuletzt geändert: 2026/09/10 08:15
  • von gkoch