Compare commits

..

No commits in common. "b12c9da93c3d79c7bb2dea1a262ebd1c1097bce3" and "bb91580bbb878a0a7d55b7478dafe2e3125d1375" have entirely different histories.

View file

@ -137,12 +137,8 @@ WHERE pub.classeConf = 'A' AND pub.classeConf IN 'A*', 'B', 'C';
-- Axel Q13 -- Axel Q13
SELECT ec.idEnseignant, ec.nom, ec.prenom SELECT ec.idEnseignant, ec.nom, ec.prenom
FROM Enseignant_Chercheur ec, Encadrement encad1 FROM Enseignant_Chercheur ec, Encadrement encad
WHERE ec.idEnseignant = encad1.idScientifique WHERE Encadrement
AND NOT EXISTS (SELECT * FROM Doctorant doc
WHERE NOT EXISTS(SELECT * FROM Encadrement encad2
WHERE encad2.idScientifique = ec.idScientifique
AND encad2.idDoctorant = doc.idDoctorant));
-- Yasmine QUESTION 14 Testé -- Yasmine QUESTION 14 Testé