Cas équation

822 mots 4 pages
CAS EQUATION
CAS EQUATION
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

en relation

  • Ccf pse
    1158 mots | 5 pages
  • Droit DM
    443 mots | 2 pages
  • Corrigé droit la société barba
    1239 mots | 5 pages
  • Vae ressouces humaines
    555 mots | 3 pages
  • Cas veloc
    821 mots | 4 pages
  • Préconisation
    503 mots | 3 pages
  • Modalité du dif
    1713 mots | 7 pages
  • Droit individuel a la formation
    741 mots | 3 pages
  • Air france
    1207 mots | 5 pages
  • Rapport de stage a rma watanya
    966 mots | 4 pages
  • fiche pratiques
    344 mots | 2 pages
  • J'suis dans l'auto
    725 mots | 3 pages
  • ETUDE DE DROIT N 2
    352 mots | 2 pages
  • La contrefacon
    494 mots | 2 pages
  • Test
    343 mots | 2 pages