Teza Informatica Pe Semenstrul 1

download Teza Informatica Pe Semenstrul 1

of 1

Transcript of Teza Informatica Pe Semenstrul 1

  • 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