Question 7

This commit is contained in:
nbillard 2022-12-09 11:08:52 +01:00
parent 97b450f3e1
commit 1b052531a9

View file

@ -34,6 +34,10 @@ SELECT COUNT(*) FROM Doctorant
WHERE date_soutenance IS NOT NULL;
--Nathan Q7
SELECT nom, prenom FROM Personnel
WHERE idPersonnel NOT IN (
SELECT idScientifique FROM Encadrement
);
-- Ronan Q10
SELECT idDoctorant, nom, prenom, COUNT(*) FROM Encadrement