Compare commits
No commits in common. "4914c559c76e77c973542e8ef0615391eef321fc" and "9898448555b2a9c1913872abd2165b4ffa078903" have entirely different histories.
4914c559c7
...
9898448555
1 changed files with 0 additions and 9 deletions
|
@ -1,13 +1,4 @@
|
||||||
-- Nathan
|
-- Nathan
|
||||||
|
|
||||||
|
|
||||||
--Axel, question 3 et 4
|
|
||||||
--SELECT COUNT(id)
|
|
||||||
--FROM SELECT idScientifique FROM Enseignant_Chercheur
|
|
||||||
-- WHERE idScientifique = 01;
|
|
||||||
|
|
||||||
SELECT COUNT(idPublication) as nbCollab FROM Publication
|
|
||||||
WHERE classeConf = 'A';
|
|
||||||
SELECT Personnel.nom, Scientifique.grade FROM Personnel, Scientifique
|
SELECT Personnel.nom, Scientifique.grade FROM Personnel, Scientifique
|
||||||
WHERE idPersonnel = idScientifique AND idPersonnel IN (
|
WHERE idPersonnel = idScientifique AND idPersonnel IN (
|
||||||
SELECT idScientifique FROM Encadrement
|
SELECT idScientifique FROM Encadrement
|
||||||
|
|
Loading…
Reference in a new issue