Question 7
This commit is contained in:
parent
97b450f3e1
commit
1b052531a9
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ SELECT COUNT(*) FROM Doctorant
|
||||||
WHERE date_soutenance IS NOT NULL;
|
WHERE date_soutenance IS NOT NULL;
|
||||||
|
|
||||||
--Nathan Q7
|
--Nathan Q7
|
||||||
|
SELECT nom, prenom FROM Personnel
|
||||||
|
WHERE idPersonnel NOT IN (
|
||||||
|
SELECT idScientifique FROM Encadrement
|
||||||
|
);
|
||||||
|
|
||||||
-- Ronan Q10
|
-- Ronan Q10
|
||||||
SELECT idDoctorant, nom, prenom, COUNT(*) FROM Encadrement
|
SELECT idDoctorant, nom, prenom, COUNT(*) FROM Encadrement
|
||||||
|
|
Loading…
Reference in a new issue