diff --git a/creation_tables.txt b/creation_tables.txt index ba7d1b3..1f2a760 100644 --- a/creation_tables.txt +++ b/creation_tables.txt @@ -14,9 +14,7 @@ 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,