Compare commits
2 commits
9898448555
...
4914c559c7
Author | SHA1 | Date | |
---|---|---|---|
|
4914c559c7 | ||
|
55d3ca33ca |
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
||||||
-- 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