LaDissertation.com - Dissertations, fiches de lectures, exemples du BAC
Recherche

Management

Commentaire d'oeuvre : Management. Recherche parmi 298 000+ dissertations

Par   •  17 Mars 2014  •  Commentaire d'oeuvre  •  737 Mots (3 Pages)  •  564 Vues

Page 1 sur 3

Mission 1 :

1. Il faut modifier le champ lieu de la table FORMATION par le champ #codeorg de la table ORGANISME afin de faire la liaison entre la formation et l’organisme.

Il est possible de modifier le champ #codeorg de la table FORMATEUR par le champ codefortion de la table FORMATION car il y a déjà une liaison entre la table FORMATION et la table ORGANISME.

Dans la table FORMATION on a ajouté le champ placemax pour faire apparaître le nombre maximum de places dans chaque formation.

Dans la table INSCRIPTION, nous avons ajouté un champ noteformasal afin de pouvoir faire figurer la note que le salarié attribue à la formation qu’il a suivie.

Dans la table FORMATEUR, nous avons ajouté le champ telforma car c’est une information manquante pour la requête c dans l’annexe 4.

SALARIE (numsal, nomsal, prenomsal, adressesal, telsal, melsal, fonctionsal)

FORMATION (codefortion, libellefortion, theme, duree, datedebut, budget, placemax, #numforma, #codeorg)

INSCRITPION (numinscrip, dateinscrip, noteformasal, #codefortion, #numsal)

ORGANISME (codeorg, nomorg, adrueorg, advilleorg, adCPorg, telorg, melorg, contactorg)

FORMATEUR (numforma, nomforma, prenomforma, telforma, #codeorg)

2. a.

SELECT SALARIE.nomsal, SALARIE.prenomsal

FROM SALARIE, INSCRIPTION

WHERE INSCRIPTION.codefortion='GRHC1'

AND SALARIE.numsal=INSCRIPTION.numsal ;

b.

SELECT INSCRIPTION.dateinscrip, INSCRIPTION.codefortion

FROM INSCRIPTION

WHERE INSCRIPTION.numsal = 'S022';

c.

SELECT FORMATION.codefortion, FORMATION.theme,

FORMATEUR.nomforma, FORMATEUR.prenomforma, FORMATEUR.telforma

FROM FORMATION, FORMATEUR

WHERE FORMATION.numforma=FORMATEUR.numforma ;

d.

SELECT FORMATION.libellefortion

FROM FORMATION

WHERE FORMATION.datedebut between '01/06/2010' AND '30/06/2010';

e. SELECT FORMATION.libellefortion

FROM FORMATION, ORGANISME

WHERE FORMATION.codeorg=ORGANISME.codeorg

AND ORGANISME.codeorg=XX;

f.

SELECT FORMATION.codefortion, FORMATION.libellefortion, MIN (FORMAION.cout)

FROM FORMATION

WHERE FORMATION.theme='gestion du temps';

g.

SELECT COUNT (FORMATION.libellefortion)

FROM FORMATION

WHERE FORMATION.libellefortion='QUALITÉ';

Mission 2:

1.

Il y a une imprimante dans chaque service connecté à une seule machine.

Si une personne veut lancer une impression, elle

...

Télécharger au format  txt (5.6 Kb)   pdf (82.1 Kb)   docx (10.3 Kb)  
Voir 2 pages de plus »
Uniquement disponible sur LaDissertation.com