Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nu Huyen Trang Pham
Projet NF17 td5 grps4
Commits
febef204
Commit
febef204
authored
Apr 07, 2019
by
Nu Huyen Trang Pham
Browse files
Update Normalisation.md
parent
b29cd440
Changes
1
Hide whitespace changes
Inline
Side-by-side
Normalisation.md
View file @
febef204
Normalisation
===
#Les DF proposés
#
Les DF proposés
##Table Client
##
Table Client
ID_Client -> Nom
ID_Client -> Prenom
...
...
@@ -14,11 +14,11 @@ Normalisation
(Nom, Prenom, Date_de_naissance) -> Addresse
(Nom, Prenom, Date_de_naissance) -> Numero_de_telephone
##Table Classe_animal
##
Table Classe_animal
Nom -> Nom
##Table Veterinaire
##
Table Veterinaire
ID_Personnel -> Nom
ID_Personnel -> Prenom
...
...
@@ -31,7 +31,7 @@ Normalisation
(Nom, Prenom, Date_de_naissance) -> Numero_de_telephone
(Nom, Prenom, Date_de_naissance) -> Specialite
##Table Assistant
##
Table Assistant
ID_Personnel -> Nom
ID_Personnel -> Prenom
...
...
@@ -44,11 +44,11 @@ Normalisation
(Nom, Prenom, Date_de_naissance) -> Numero_de_telephone
(Nom, Prenom, Date_de_naissance) -> Specialite
##Table Espace
##
Table Espace
Nom -> Classe
##Table Animal
##
Table Animal
ID_Animal -> Nom
ID_Animal -> Poids
...
...
@@ -57,15 +57,15 @@ Normalisation
ID_Animal -> Espece
ID_Animal -> ID_Client
##Table Effets_secondaires
##
Table Effets_secondaires
ID_effet_secondaire -> Effets
##Table Medicament
##
Table Medicament
Nom_de_molecule -> Description
##Table Traitement
##
Table Traitement
ID_Traitement -> Debut
ID_Traitement -> Duree
...
...
@@ -73,11 +73,11 @@ Normalisation
ID_Traitement -> ID_Animal
ID_Traitement -> Veterinaire
#Commentaire:
#
Commentaire:
Les DF triviales ne sont pas retranscrites sauf pour les relations qui sont toutes clés.
#Couverture minimale:
#
Couverture minimale:
Tous les DF ci-dessus sont DFE.
...
...
@@ -92,7 +92,7 @@ Normalisation
ID_Personnel -> Nom, ID_Personnel -> Prenom, ID_Personnel -> Date_de_naissance, ID_Personnel -> Addresse, ID_Personnel -> Numero_de_telephone, ID_Personnel -> Specialite <dans la table Veterinaire>;
ID_Personnel -> Nom, ID_Personnel -> Prenom, ID_Personnel -> Date_de_naissance, ID_Personnel -> Addresse, ID_Personnel -> Numero_de_telephone, ID_Personnel -> Specialite <dans la table Assistant>}
#Décomposition et normalisation:
#
Décomposition et normalisation:
Dans notre projet, il.y a deux clés candidates dans les tables Client, Veterinaire et Assistant: ID et (Nom, Prenom, Date_de_naissance); Pour les autres tables, il y en a une.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment