B&B Example – ODL for Guest
interface Guest (
extent Guests
keys GuestNr, (GuestName, StreetNr, City)
): persistent {
attribute Unsigned Short GuestNr;
relationship Reservation has_Reservation
inverse Reservation::is_for_Guest;
attribute String GuestName;
attribute String StreetNr;
attribute String City;
}
Previous slide
Next slide
Back to first slide
View graphic version