Explorar el Código

On remet un fichier SQL au niveau des autres.

Brendan Abolivier hace 9 años
padre
commit
2fb36ece96
Se han modificado 1 ficheros con 2 adiciones y 29 borrados
  1. 2
    29
      web/sql/ITbq.sql

+ 2
- 29
web/sql/ITbq.sql Ver fichero

@@ -1,37 +1,8 @@
1
---
2
-
3
-SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
4
-SET time_zone = "+00:00";
5
-
6
-
7
-/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8
-/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9
-/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10
-/*!40101 SET NAMES utf8 */;
11
-
12
---
13
---
14
-
15
---
16
---
17
-
18 1
 INSERT INTO `categorie` (`nom_cat`) VALUES
19 2
 ('Dessin Animés'),
20 3
 ('ISEN'),
21 4
 ('Jeux Vidéos');
22 5
 
23
---
24
---
25 6
 
26 7
 INSERT INTO `questions` (`intitule`, `num_reponse`, `reponse1`, `reponse2`) VALUES
27 8
 ('2 d''entre eux ont tapé ce texte', 2, 'Les CSI', 'Les CIR'),
@@ -39,11 +10,11 @@ INSERT INTO `questions` (`intitule`, `num_reponse`, `reponse1`, `reponse2`) VALU
39 10
 ('C''est un héros de Nintendo', 0, 'Mario', 'Link'),
40 11
 ('Elle est accompagnée d’animaux', 1, 'Gigi', 'Magical DoReMi'),
41 12
 ('Elle possède une fée nommée Dodo', 2, 'Gigi', 'Magical DoReMi'),
42
-('Il à révé sur l'' île de Cocolint', 2, 'Mario', 'Link'),
13
+('Il a rêvé sur l''île de Cocolint', 2, 'Mario', 'Link'),
43 14
 ('Il protège le royaume champignon', 1, 'Mario', 'Link'),
44 15
 ('Ils passent en colle', 1, 'Les CSI', 'Les CIR'),
45 16
 ('Les clubs y sont situés', 1, 'Rez de chaussée', '1er étage'),
46
-('Lhéroïne possède des pouvoirs magique', 0, 'Gigi', 'Magical DoReMi'),
17
+('L''héroïne possède des pouvoirs magique', 0, 'Gigi', 'Magical DoReMi'),
47 18
 ('On y affronte une tortue à trois tête', 1, 'A Link to the Past', 'Ocarina of Time'),
48 19
 ('On y aperçoit un bateau nommé Solaris', 1, 'Les Mystérieuses Cités d''Or', 'Les Tortues Ninjas'),
49 20
 ('On y combat des Skulltulas', 2, 'A Link to the Past', 'Ocarina of Time'),
@@ -53,9 +24,6 @@ INSERT INTO `questions` (`intitule`, `num_reponse`, `reponse1`, `reponse2`) VALU
53 24
 ('Un certain Shreder y intervient', 2, 'Les Mystérieuses Cités d''Or', 'Les Tortues Ninjas'),
54 25
 ('Une salle consacrée aux devoir s''y situe', 2, 'Rez de chaussée', '1er étage');
55 26
 
56
---
57
---
58 27
 
59 28
 INSERT INTO `reponses` (`reponse1`, `reponse2`, `nom_cat`) VALUES
60 29
 ('Gigi', 'Magical DoReMi', 'Dessin Animés'),
@@ -65,9 +33,6 @@ INSERT INTO `reponses` (`reponse1`, `reponse2`, `nom_cat`) VALUES
65 33
 ('A Link to the Past', 'Ocarina of Time', 'Jeux Vidéos'),
66 34
 ('Mario', 'Link', 'Jeux Vidéos');
67 35
 
68
---
69
---
70 36
 
71 37
 INSERT INTO `scores` (`login`, `score`) VALUES
72 38
 ('azerty', 28),
@@ -80,7 +45,3 @@ INSERT INTO `scores` (`login`, `score`) VALUES
80 45
 ('Marc F.', 0),
81 46
 ('Patrick', 24),
82 47
 ('Thomas', 33);
83
-
84
-/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
85
-/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
86
-/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;