teza informatica pe semenstrul 1

Upload: nitu-bogdan

Post on 04-Jun-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/13/2019 Teza Informatica Pe Semenstrul 1

    1/1

    Teza informatica pe semenstrul 1

    1) Select nume, prenume from participanti where substr(nume,1,1)= S2) Select denumire from proiecte where buget= (select(max(buget))3) Select count(*) NUMAR PROFESORI from participanti, proiecte where

    participanti.id_proiect=proiecte.id_proiect

    4) Select nume, prenume, denumire from participanti, proiecte where participant.statut=profesor

    5) Select nume, prenume from participanti, proiecte where statut=elev andparticipanti.id_proiect= proiecte.id_proiect and denumire=Fractali