diff --git a/insert.sql b/insert.sql index 5436c17..5623db8 100644 --- a/insert.sql +++ b/insert.sql @@ -1047,27 +1047,6 @@ INSERT INTO Publie_Externe VALUES ( 5 ); ----------------------------------------------------------------------- --- -- --- Participe Externe -- --- -- ----------------------------------------------------------------------- -INSERT INTO participe_externe VALUES ( - 2, - 5 -); - -INSERT INTO participe_externe VALUES ( - 3, - 5 -); - -INSERT INTO participe_externe VALUES ( - 1, - 5 -); - - ---------------------------------------------------------------------- -- -- @@ -1105,6 +1084,27 @@ INSERT INTO Partenaire(nom, pays) VALUES ( 'France' ); +---------------------------------------------------------------------- +-- -- +-- Participe Externe -- +-- -- +---------------------------------------------------------------------- +INSERT INTO participe_externe VALUES ( + 2, + 5 +); + +INSERT INTO participe_externe VALUES ( + 3, + 5 +); + +INSERT INTO participe_externe VALUES ( + 1, + 5 +); + + ---------------------------------------------------------------------- -- -- -- Participe Externe --