Mettre à jour 'insert.sql'
This commit is contained in:
parent
40de1c4744
commit
a116a06de6
1 changed files with 29 additions and 0 deletions
29
insert.sql
29
insert.sql
|
@ -732,6 +732,7 @@ INSERT INTO Publication(titre, annee, nomConf, classeConf, nbPages) VALUES(
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
||||||
|
4
|
||||||
'BaseDeDonnee',
|
'BaseDeDonnee',
|
||||||
'BDD',
|
'BDD',
|
||||||
DATE '2022-12-07',
|
DATE '2022-12-07',
|
||||||
|
@ -744,6 +745,7 @@ INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas,
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
||||||
|
5
|
||||||
'langC',
|
'langC',
|
||||||
'C',
|
'C',
|
||||||
DATE '2022-11-07',
|
DATE '2022-11-07',
|
||||||
|
@ -756,6 +758,7 @@ INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas,
|
||||||
|
|
||||||
--Yasmine
|
--Yasmine
|
||||||
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
INSERT INTO Projet(titre, acronyme, annee_debut, annee_fin, duree, budget_Laas, cout, idMeneurProjet) VALUES(
|
||||||
|
6
|
||||||
'Programation web',
|
'Programation web',
|
||||||
'ProgWeb',
|
'ProgWeb',
|
||||||
DATE '2022-04-07',
|
DATE '2022-04-07',
|
||||||
|
@ -883,6 +886,27 @@ INSERT INTO Publie_Externe VALUES (
|
||||||
5
|
5
|
||||||
);
|
);
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
-- --
|
||||||
|
-- Participe Externe --
|
||||||
|
-- --
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
INSERT INTO participe_externe VALUES (
|
||||||
|
4,
|
||||||
|
5
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO participe_externe VALUES (
|
||||||
|
5,
|
||||||
|
5
|
||||||
|
);
|
||||||
|
|
||||||
|
INSERT INTO participe_externe VALUES (
|
||||||
|
6,
|
||||||
|
5
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- --
|
-- --
|
||||||
|
@ -892,30 +916,35 @@ INSERT INTO Publie_Externe VALUES (
|
||||||
|
|
||||||
--Axel
|
--Axel
|
||||||
INSERT INTO Partenaire(nom, pays) VALUES (
|
INSERT INTO Partenaire(nom, pays) VALUES (
|
||||||
|
5
|
||||||
'GFGH',
|
'GFGH',
|
||||||
'Allemagne'
|
'Allemagne'
|
||||||
);
|
);
|
||||||
|
|
||||||
--Axel
|
--Axel
|
||||||
INSERT INTO Partenaire(nom, pays) VALUES (
|
INSERT INTO Partenaire(nom, pays) VALUES (
|
||||||
|
6
|
||||||
'LMC',
|
'LMC',
|
||||||
'Australie'
|
'Australie'
|
||||||
);
|
);
|
||||||
|
|
||||||
--Axel
|
--Axel
|
||||||
INSERT INTO Partenaire(nom, pays) VALUES (
|
INSERT INTO Partenaire(nom, pays) VALUES (
|
||||||
|
7
|
||||||
'ESHT',
|
'ESHT',
|
||||||
'USA'
|
'USA'
|
||||||
);
|
);
|
||||||
|
|
||||||
--Axel
|
--Axel
|
||||||
INSERT INTO Partenaire(nom, pays) VALUES (
|
INSERT INTO Partenaire(nom, pays) VALUES (
|
||||||
|
8
|
||||||
'HLMY',
|
'HLMY',
|
||||||
'Japon'
|
'Japon'
|
||||||
);
|
);
|
||||||
|
|
||||||
--Axel
|
--Axel
|
||||||
INSERT INTO Partenaire(nom, pays) VALUES (
|
INSERT INTO Partenaire(nom, pays) VALUES (
|
||||||
|
9
|
||||||
'MAKL',
|
'MAKL',
|
||||||
'France'
|
'France'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue