CTRL+C pour copier, CTRL+V pour coller
1
Type ProductionT : <entreprise:varchar, nationalité:varchar>
2
Production de ProductionT(#entreprise)
3
Type RefProductionT : <refProduction =>o ProductionT>
4
Type RefProductionListT : collection de <RefProductionT>
5
Type FilmT : <isan:char(33), titre:varchar, fkProductions:RefProductionListT>
Type ProductionT : <entreprise:varchar, nationalité:varchar>
Production de ProductionT(#entreprise)
Type RefProductionT : <refProduction =>o ProductionT>
Type RefProductionListT : collection de <RefProductionT>
Type FilmT : <isan:char(33), titre:varchar, fkProductions:RefProductionListT>
Film de FilmT(#isan)