initial commit

This commit is contained in:
Guillaume-Sanchez
2026-05-26 13:56:03 +02:00
parent 4c720637a1
commit ff4bb12d22
539 changed files with 12415 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# UTC 504 19/02/25
## Le Diagrame de Classes (MPD)
MCD -> MLD -> MPD
MCD = Model conceptuel de données (voir cours sur MCD)
MLD = Modèle Logique de données
## MLD
CIF contrainte d'integrité fonctionnel = 1:1
CIM contrainte d'intégrité multipe = n
+32
View File
@@ -0,0 +1,32 @@
# Exercice 1 : passer du MCD au MLD
```
Coureur
ClePrimNuméro de coureur
NomCoureur
CleSecCodePays
CleSecCodeEquipe
Pays
ClePrimCodePays
NomsPays
Equipe
ClePrimCodeEquipe
NomEquipe
DirecteurSportif
Etape
NuméroEtape
Date
VilleDepart
VilleArrivee
NbKm
Participation
ClePrimCodeParticipation
TempsRealise
CleSecCoureur
CleSecEtape
```
Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

+24
View File
@@ -0,0 +1,24 @@
# Exercice 2 : passer du MCD au MLD
```
Facture
ClePrimNumFacture
DateFacture
CleSecNumClient
Client
ClePrimNumClient
NomClient
AdresseClient
Produit
ClePrimRefProd
LibProd
PUHTProd
Concerne
ClePrimConcerne
Qté
CleSecFacture
CleSeProduit
```
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

+10
View File
@@ -0,0 +1,10 @@
# TD3 Passage d'un modèle conceptuel au modèle physique
>Antoine DECABOOTER HOLLEMAN et Guillaume Sanchez
## Que signifie le X inscrit dans le symbole d'héritage ?
le X signifie Exclusion
## Validez ou pas les assertions induites de manière explicite ou implicite par cet héritage muni d'une contrainte ?
Binary file not shown.