From 5716aea1c39a698869334459d1d0076a8565d9f7 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 2 Mar 2026 08:41:06 +0000 Subject: [PATCH] Actualiser creation_tables.txt --- creation_tables.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,