Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
This commit is contained in:
commit
300908237f
1 changed files with 23 additions and 0 deletions
23
insert.sql
23
insert.sql
|
@ -171,3 +171,26 @@ INSERT INTO Projet (
|
|||
60,
|
||||
002
|
||||
);
|
||||
|
||||
INSERT INTO Publication (
|
||||
001,
|
||||
'recherche scientifique',
|
||||
DATE '2022-07-07',
|
||||
'conference des sciences',
|
||||
112,
|
||||
220
|
||||
);
|
||||
|
||||
|
||||
INSERT INTO Evenememnt (
|
||||
0001,
|
||||
DATE '2022-07-07',
|
||||
DATE '2023-07-07',
|
||||
);
|
||||
|
||||
INSERT INTO Evenememnt (
|
||||
0002,
|
||||
DATE '2022-01-07',
|
||||
DATE '2023-07-12',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue