From cf032cbc99de6072d9ccee946b532c4c69932f8b Mon Sep 17 00:00:00 2001 From: Alexis LAURENT Date: Thu, 17 Nov 2022 10:44:53 +0100 Subject: [PATCH] =?UTF-8?q?suppression=20des=20table=20au=20d=C3=A9but?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SAEBDD.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SAEBDD.sql b/SAEBDD.sql index e69de29..dfea767 100644 --- a/SAEBDD.sql +++ b/SAEBDD.sql @@ -0,0 +1,2 @@ +DROP TABLE Voiture, Types, Client, Réservartion, Stock; +