WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Conception et réalisation d'un système informatisé pour la gestion de demandeurs d'emploi. Cas de ONEM/BDD.

( Télécharger le fichier original )
par Bellone Espoir NTEMBE TANKUY
ISC/BDD - Informatique de gestion 2015
  

précédent sommaire suivant

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

1.1.3. PRESENTATION DU MODELE LOGIQUE DES DONNEES BRUT

T_Travailler

#CodEmploy

#NumCan

DateEntrée

DateSortie

T_Candidat

#NumCan

NomCan

PostnCan

PrenCan

SexeCan

DatNaissCan

LieuNaisCan

AdrCan

NatCan

EtatCivCan

ProvCan

NbrPerCan

TelCan

Email

Bureautique

Internet

InstalLog

Maintenance

Reseau

AutresConais

Progr

Concept

PaysVisit

Permis

DateInscr

DateDerAct

T_Employeur

#CodEmploy

RaisonSoc

T_Rechercher

#CodEmploi

#NumCan

FirstEmploi

DerEmploi

MotifDepart

AnneeDart

EmploiRech

SalS

T_Emploi

#CodEmploi

DomEmploi

CatEmploi

LibEmploi

T_Diplome

#CodDip

TypDip

IntDip

T_Obtenir

#CodDip

#NumCan

Institution

AnneeDebut

AnneeObt

T_Langue

#CodLag

NomLag

T_Parler

#CodLag

#NumCan

1.1.4. NORMALISATION DU MLD BRUT

La normalisation est un processus qui consiste à éliminer les dernières redondances et les valeurs nulles c'est-à-dire limiter le risque d'incohérences potentielles. Cette étape est découpée en 3 formes :

Première forme normales (1 FN)

Une table est en première forme normale (1FN), si elle a une clé primaire et que ses attributs non clés sont atomique (élémentaires).

Deuxième forme normale (2 FN)

Une table est en deuxième forme normale (2 FN) si elle est déjà en 1ère forme normale et que ses attributs non clés dépendent totalement de la clé primaire.

Troisième forme normale (3 FN)

Une table est en troisième forme normale lorsqu'elle est déjà en deuxième forme normale et que les attributs non clés de la table ne dépendent pas transitivement de la clé primaire. Garder dans la table initiale les attributs dépendant directement de la clé primaire. Regrouper dans une autre table, les attributs dépendant transitivement de la clé primaire.13(*)

1.1.5. PRESENTATION DU MLD VALIDE

T_Candidat

#NumCan

NomCan

PostnCan

PrenCan

SexeCan

DatNaissCan

LieuNaisCan

AdrCan

NatCan

EtatCivCan

ProvCan

NbrPerCan

TelCan

Email

Bureautique

Internet

InstalLog

Maintenance

Reseau

AutresConais

Progr

Concept

PaysVisit

Permis

DateInscr

DateDerAct

SalS

T_Employeur

#CodEmploy

RaisonSoc

T_Travailler

#CodEmploy

#NumCan

DateEntree

DateSortie

T_Rechercher

#CodEmploi

#NumCan

FirstEmploi

DerEmploi

MotifDepart

AnneeDart

EmploiRech

SalS

T_Emploi

#CodEmploi

DomEmploi

CatEmploi

LibEmploi

T_Diplome

#CodDip

TypDip

IntDip

T_Obtenir

#CodDip

#NumCan

Institution

AnneeDebut

AnneeObt

T_Langue

#CodLag

NomLag

T_Parler

#CodLag

#NumCan

1.1.6. SCHEMA RELATIONNEL ASSOCIE AU MLD VALIDE

1. Candidat : (#NumCan :C[15];NomCan :C[30]; PostnCan :C[30]; PrenCan :C[30]; SexeCan :C[1];DatNaissCan :D[10] ; LieuNaisCanC[30] ; AdrCan C[30] ; NatCan C[30] ; EtatCivCan C[12] ; ProvCan :C[30] ; :NbrPerCan :N[5] ; TelCan :C[20] ; Email :C[30] ; Bureautique :B[3] ; Internet :B[3] ; InstalLog B[3] ; Maintenance: B[3] ; Reseau :B[3] ; AutresConais :B[3] ; Progr :B[3] ; Concept: B[3] ; PaysVisit :B[3] ; Permis :B[3] ; DateDerAct :D[10] ;DateInscr :D[10])

2. Employeur : (#Codemploy :C[10] ; RaisonSoc :C[30])

3. Emploi : (#Codemploi :C[10] ; DomEmploi :C[30] ; CatEmploi :C[30] ; LibEmploi :C[30] )

4. Diplome : (#CodDip :C[10]; TypDip :C[ 30]; IntDip :C[30])

5. Langue:(#CodLag :C[10] ; NomLag C[30] )

Rechercher(#Codemploi : C [10] ; #NumCan :C[15] FirstEmploi :B[3] ; DerEmploi :C[30] ;MotifDepart : C[15] ; AnneeDart : N[5] ; EmploiRech :C[30], SalS :N[10])

6. Obtenir : (#CodDip : C [10]; #NumCan :C[15] ; AnneeObt :N[5] ; Institution :C [30] ; AnneeDebut :N[6] )

7. Parler : (#CodLag :C[10] ; #NumCan :C[15])

8. Travailler:(#CodEmploi :C[10]; #NumCan C[15] ; FirstEmploi B[3]  ; DerEmploi C[30] ; MotifDepart C[15] ; AnneeDart C[5] ).

* 13 MISSWAY KINDIA J. Technique de base de données, cours de 3ème graduat, ISC/BDD 2015-2016 (inédit)

précédent sommaire suivant






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"Les esprits médiocres condamnent d'ordinaire tout ce qui passe leur portée"   François de la Rochefoucauld