Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
This commit is contained in:
commit
ee10205aa1
1 changed files with 10 additions and 1 deletions
11
insert.sql
11
insert.sql
|
@ -174,13 +174,22 @@ INSERT INTO Projet (
|
|||
|
||||
INSERT INTO Publication (
|
||||
001,
|
||||
'recherche scientifique',
|
||||
'recherche scientifique sur la chimie organique',
|
||||
DATE '2022-07-07',
|
||||
'conference des sciences',
|
||||
112,
|
||||
220
|
||||
);
|
||||
|
||||
INSERT INTO Publication (
|
||||
002,
|
||||
'Page rank',
|
||||
DATE '2022-07-07',
|
||||
'conference des sciences et technologies',
|
||||
112,
|
||||
220
|
||||
);
|
||||
|
||||
|
||||
INSERT INTO Evenememnt (
|
||||
0001,
|
||||
|
|
Loading…
Reference in a new issue