Model Relacional Hotels-2

You might also like

You are on page 1of 2

HOTELS (id_ciutat, nom, categoria, adreca, telefon, tipus_hotel)

CIUTATS (id_ciutat, nom)

DELEGACIONS (id_agencia, adreca, ciutat)

AGENCIES (id_agencia, agencia)

ASSIGNAR (id_agencia, id_data, nom_hotel, quantitat_turistes)

DATA (id_data, mes)

HOTELS_MUNTANYA (id_ciutat, nom_hotel, piscina)

HOTELS_PLATJA (id_ciutat, nom_hotel, platja_privada,


lloguer_embarcacions)

REALITZAR (nom_hotel, id_activitat, qualitat)

ACTIVITATS (id_activitat, tipus )

EQUIVALENCIA (nom_hotel, id_ciutat, nom_hotel, equivalent,


nom_ciutat_equivalent)

CADENES (id_empleat, cif, nom, adreca)

CONTRACTAR (id_cadena, id_empleat, id_historial)

EMPLEATS (id_empleat, nom, dni)

HISTORIALS (id_historial, data)

TREBALLAR (id_historial, id_empleat, nom_hotel)

You might also like