Compare commits
No commits in common. "2af5e6be7f9252a1dc26694acb741f25a497dd41" and "80cf3c9a1e1b17b2ad68a76ad9dbfffc565a1897" have entirely different histories.
2af5e6be7f
...
80cf3c9a1e
1 changed files with 0 additions and 21 deletions
21
insert.sql
21
insert.sql
|
@ -8,27 +8,6 @@ INSERT INTO Personnel (
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
--Axel
|
|
||||||
INSERT INTO Etablissement(
|
|
||||||
01,
|
|
||||||
'Institut National des Sciences Appliquées',
|
|
||||||
'INSA',
|
|
||||||
'Toulouse'
|
|
||||||
);
|
|
||||||
|
|
||||||
INSERT INTO Etablissement(
|
|
||||||
02,
|
|
||||||
"Ecole Nationale de l'Aviation Civile",
|
|
||||||
'ENAC',
|
|
||||||
'Toulouse'
|
|
||||||
);
|
|
||||||
|
|
||||||
INSERT INTO Etablissement(
|
|
||||||
03,
|
|
||||||
"Ecole Polytechnique",
|
|
||||||
"X",
|
|
||||||
'Paris'
|
|
||||||
);
|
|
||||||
INSERT INTO Personnel (
|
INSERT INTO Personnel (
|
||||||
1,
|
1,
|
||||||
'Bonnet',
|
'Bonnet',
|
||||||
|
|
Loading…
Reference in a new issue