اقتباس المشاركة الأصلية كتبت بواسطة simo11 مشاهدة المشاركة
pour sql :


- insert into candidats (matricule,nom,dateNaissance) values(1200,Zakaria,23 juillet 1980)
where dateDiplome="11 juillet 2001"
and candidats.code_ecole=Ecole.code_candidat


-select matricule,nom,dateNaissance,date_diplome,code_ecol e from candidat as c ecole as e
where c.coce_ecole=e.code_ecole
order bye code_ecole Desc


- select * from candidat as c
where c.code_ecole=e.code_ecole
and lib_ecole="ISTA_CASA"


- Update candidat
set dateNaissance ="23 juillet 1978"
where matricule=1200

- select AVG (dateNaissance) from candidat

si ya quelque chose a discuter ou corriger vous pouvez donnez votre avis pour mieu discuter et confirmer la correction

merci d'avance !
le code de inserte est errone ..je pense que voila la coorection insert into condidats (Matricule......) values (12000..) je pense sans ecrire where