Compare commits

..

No commits in common. "f53e529e07229ba37763a5915d536ba95a75f841" and "116fbe0c6f9b70868acaf51126288f9252f1cc2c" have entirely different histories.

View file

@ -74,7 +74,7 @@ GROUP BY idDoctorant;
-- Ronan Q6
SELECT COUNT(*) FROM Doctorant
WHERE date_soutenance < NOW();
WHERE date_soutenance IS NOT NULL;
--Nathan Q7 tested
SELECT nom, prenom FROM Personnel
@ -86,6 +86,7 @@ WHERE idPersonnel IN (
);
--Yasmine QUESTION 8 Testé
SELECT idEnseignant,nom,prenom
FROM Enseignant_chercheur
WHERE idEnseignant