Exercice

Quel(s) schéma(s) relationnel(s) corresponde(nt) au modèle UML suivant ?

Volley ball
  • Joueur(#Numero, Nom, Ville=>Ville)

    Equipe(#Nom, Joueur=>Joueur, Poste, Rencontre=>Equipe, Score, Ville=>Ville)

    Vile(#CodePostal, Nom)

  • Joueur(#Numero, #Equipe=>Equipe, Nom, Poste, Ville=>Ville)

    Equipe(#Nom, Ville=>Ville)

    Ville(#CodePostal, Nom)

    Rencontre(#Equipe1=>Equipe, #Equipe2=>Equipe, Score)

  • Joueur(#Numero, Nom, Ville=>Ville)

    Equipe(#Nom, Joueur=>Joueur, Poste, Ville=>Ville)

    Ville(#CodePostal, Nom)

    Rencontre(#Equipe1=>Equipe, #Equipe2=>Equipe, Score)

  • Joueur(#Numero, Nom)

    Equipe(#Nom)

    Ville(#CodePostal, Nom)

    Habite(#Numero=>Joueur, #CodePostal=>Ville)

    Joue(#Numero=>Joueur, #Nom=>Equipe, Poste)

    EstSituee(#Nom=>Equipe, #CodePostal=>Ville)

    Rencontre(#NomE1=>Equipe, #NomE2=>Equipe, Score)

CorrectionRecommencer