Compare commits
No commits in common. "b12c9da93c3d79c7bb2dea1a262ebd1c1097bce3" and "bb91580bbb878a0a7d55b7478dafe2e3125d1375" have entirely different histories.
b12c9da93c
...
bb91580bbb
1 changed files with 2 additions and 6 deletions
|
@ -137,12 +137,8 @@ WHERE pub.classeConf = 'A' AND pub.classeConf IN 'A*', 'B', 'C';
|
|||
|
||||
-- Axel Q13
|
||||
SELECT ec.idEnseignant, ec.nom, ec.prenom
|
||||
FROM Enseignant_Chercheur ec, Encadrement encad1
|
||||
WHERE ec.idEnseignant = encad1.idScientifique
|
||||
AND NOT EXISTS (SELECT * FROM Doctorant doc
|
||||
WHERE NOT EXISTS(SELECT * FROM Encadrement encad2
|
||||
WHERE encad2.idScientifique = ec.idScientifique
|
||||
AND encad2.idDoctorant = doc.idDoctorant));
|
||||
FROM Enseignant_Chercheur ec, Encadrement encad
|
||||
WHERE Encadrement
|
||||
|
||||
-- Yasmine QUESTION 14 Testé
|
||||
|
||||
|
|
Loading…
Reference in a new issue