teza informatica pe semenstrul 1

Post on 04-Jun-2018

217 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

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

top related