diff --git a/creation_tables.txt b/creation_tables.txt index c303eb3..ba7d1b3 100644 --- a/creation_tables.txt +++ b/creation_tables.txt @@ -14,6 +14,10 @@ CREATE TABLE adherent ( FOREIGN KEY (club) REFERENCES club(nom) ); +INSERT INTO respo (club, president, tresorier) VALUES +('Lions Sportifs', 1, 2), +('Tigres Athletiques', 6, 7); + CREATE TABLE competition ( code INT PRIMARY KEY, date DATE,