Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
kouki a dit:select NomArtiste
from Artiste A,conertC,interpreterI
where A.numartste=Inumartiste
and C.NumConsert=I.NumConsert
pour la dénomination je sais pas comment montioner qu'on la connait!!!!
kouki a dit:select *
from artisteA,LieuL,consertC
where date='15 avril N'
and NomLieu='SAINT jant'
and typelieu='cathédrale'
and L.Numlieu=C.numlieu
and C.numconsert=I.numconsert
and I.numArtiste=A.numArtiste;
kouki a dit:3-pour un type de place, on veut connaitre le ou les lieus ou les billets sont las moins chers
select typeplace
from LieuL,fixerF,consertC
where L.numLieu=C.NumLieu
and C.numconsert=F.NumCosert
and prixbillet(plus chers )
group by type place;
kouki a dit:pour la dénomination on disait qu'on l'a connait mais elle est pas montionée pr la 2 ET 3 eme requette je les'ai envoyer aussi;;;;;;