You are on page 1of 1

PROSIT 1 PARTIE 2 COMPT RENDU

1)R=Union(Deals,categories)
R1=projection(R,nom_categorie)

2)r1=Selection(Deals,Period_v>2)

3)R=Selection(Achats,date_achat like 12/10 %)


R1=Jointure(membres,Deals,Achats,membre.login=Achat.login Deals.intitule =
Achat.intitule)
R2=produit(R1,R)
partie 4:
Select nom_catg from deals union select nom categorie from categorie;
select nom categorie from categorie;
select*from deals where periode_v>=2;
select*from prestataire where ville='tunis';
select*from achats order by dete_achat desc;
select date_d,prix_i,prix_i-reduction from deals;

You might also like