Introduction

[30 minutes]

Soit le schéma relationnel suivant décrivant un système de réservations de places de spectacles :

SPECTACLE (#nospectacle:int, nom:str, durée:minutes, type:{théâtre|danse|concert})
SALLE (#nosalle:int, nbplaces:int)
REPRESENTATION (#date:timestamp, #nospectacle=>SPECTACLE, #nosalle=>SALLE, prix:decimal)
AccueilExercices > The show > Introduction< PrécédentSuivant >