From 35b8874cfed81e7d188ccad0a40e1c3c081ed5ce Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 2 Mar 2026 08:40:36 +0000 Subject: [PATCH] Actualiser creation_tables.txt --- creation_tables.txt | 4 ++++ 1 file changed, 4 insertions(+) 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,