Mettre à jour 'request.sql'

This commit is contained in:
Yasmine Grane-Belghmaidi 2022-12-16 09:05:59 +01:00
parent 254bd4bca2
commit aff391728d

View file

@ -157,7 +157,7 @@ GROUP BY nbannee;
-- Yasmine QUESTION 15 Testé
SELECT Count(Distinct E.idEnseignant)
SELECT idetablissement,Count(Distinct E.idEnseignant)
FROM Enseignant_chercheur E,Personnel P ,Scientifique S
WHERE P.idPersonnel=S.idScientifique
AND S.idScientifique=E.idEnseignant