Demosthene-OR commited on
Commit
ee6042e
1 Parent(s): 2449597

Update script.sql

Browse files
Files changed (1) hide show
  1. script.sql +1 -1
script.sql CHANGED
@@ -9,7 +9,7 @@ CREATE TABLE utilisateurs (
9
 
10
  -- Étape 2 : Insérer des données dans la table
11
  INSERT INTO utilisateurs (nom, prenom, email)
12
- VALUES ('Doe', 'John', 'john.doe@example.com'),
13
  ('Smith', 'Jane', 'jane.smith@example.com'),
14
  ('Johnson', 'Bob', 'bob.johnson@example.com');
15
 
 
9
 
10
  -- Étape 2 : Insérer des données dans la table
11
  INSERT INTO utilisateurs (nom, prenom, email)
12
+ VALUES ('Doe', 'Olivier', 'john.doe@example.com'),
13
  ('Smith', 'Jane', 'jane.smith@example.com'),
14
  ('Johnson', 'Bob', 'bob.johnson@example.com');
15