Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
merge encore
This commit is contained in:
commit
04d3ba951e
1 changed files with 11 additions and 1 deletions
12
insert.sql
12
insert.sql
|
@ -85,10 +85,16 @@ INSERT INTO Partenaire VALUES (
|
|||
|
||||
INSERT INTO Doctorant VALUES (
|
||||
4,
|
||||
DATE '2020-23-06',
|
||||
DATE '2020-06-23',
|
||||
DATE '2023-08-03'
|
||||
);
|
||||
|
||||
INSERT INTO Doctorant VALUES (
|
||||
1,
|
||||
DATE '2019-07-13',
|
||||
DATE '2020-11-08'
|
||||
);
|
||||
|
||||
iNSERT INTO Doctorant VALUES (
|
||||
2,
|
||||
DATE '2021-07-30',
|
||||
|
@ -116,6 +122,10 @@ INSERT INTO Encadrement VALUES (
|
|||
2
|
||||
);
|
||||
|
||||
INSERT INTO Encadrement VALUES (
|
||||
2,
|
||||
3
|
||||
);
|
||||
INSERT INTO Labo_externe VALUES (
|
||||
1,
|
||||
'CNES',
|
||||
|
|
Loading…
Reference in a new issue