From 75a30d14b3bf12fde903bcceda0bc20ec25e4245 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Tue, 27 Feb 2024 12:05:27 +0100 Subject: [PATCH] Ajout inserts dans Indice --- Documentation/script_bdd.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/script_bdd.sql b/Documentation/script_bdd.sql index 6f75065..6f13849 100644 --- a/Documentation/script_bdd.sql +++ b/Documentation/script_bdd.sql @@ -153,6 +153,11 @@ VALUES ('Quel mathématicien a dit : « Dieu existe, c’est les mathématiques » ?'), ('Quel mathématicienne utilisa comme nom d"emprunt « Antoine Auguste Le Blanc » ?'); +-- Indices +INSERT INTO Indice (id, libelle, idscientifique) VALUES + (1, 'Indice pour aider', 1), + (2, 'S''appelle Marie', 1); + -- Réponses INSERT INTO Reponse(reponse, idQuestion, idScientifique) VALUES