Test de la question 9 validé
This commit is contained in:
parent
a73fe6a3ed
commit
70e8eabac4
1 changed files with 11 additions and 2 deletions
13
insert.sql
13
insert.sql
|
@ -85,10 +85,16 @@ INSERT INTO Partenaire VALUES (
|
||||||
|
|
||||||
INSERT INTO Doctorant VALUES (
|
INSERT INTO Doctorant VALUES (
|
||||||
4,
|
4,
|
||||||
DATE '2020-23-06',
|
DATE '2020-06-23',
|
||||||
DATE '2023-08-03'
|
DATE '2023-08-03'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO Doctorant VALUES (
|
||||||
|
1,
|
||||||
|
DATE '2019-07-13',
|
||||||
|
DATE '2020-11-08'
|
||||||
|
);
|
||||||
|
|
||||||
iNSERT INTO Doctorant VALUES (
|
iNSERT INTO Doctorant VALUES (
|
||||||
2,
|
2,
|
||||||
DATE '2021-07-30',
|
DATE '2021-07-30',
|
||||||
|
@ -116,7 +122,10 @@ INSERT INTO Encadrement VALUES (
|
||||||
2
|
2
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO
|
INSERT INTO Encadrement VALUES (
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
);
|
||||||
|
|
||||||
INSERT INTO Labo_externe VALUES (
|
INSERT INTO Labo_externe VALUES (
|
||||||
1,
|
1,
|
||||||
|
|
Loading…
Reference in a new issue