Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 2d881d32 rédigé par Hippolyte ROUSSEL's avatar Hippolyte ROUSSEL :speech_balloon:
Parcourir les fichiers

test db

parent 1e386de8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!37(api.js): refactor to json
......@@ -18,9 +18,9 @@ VALUES
INSERT INTO FOURNISSEUR (nom_fournisseur, adresse, email, telephone)
VALUES
('Boulangerie XYZ', '123 Rue Principale', 'contact@boulangeriexyz.com', 123456789),
('Café Company', '456 Avenue du Café', 'info@cafecompany.com', 987654321),
('Candy Store', '789 Rue des Bonbons', 'contact@candystore.com', 555555555);
('Boulangerie XYZ', '123 Rue Principale', 'contact@boulangeriexyz.com', '123456789'),
('Café Company', '456 Avenue du Café', 'info@cafecompany.com', '987654321'),
('Candy Store', '789 Rue des Bonbons', 'contact@candystore.com', '555555555');
INSERT INTO STOCK (nom_produit, date_peremption, quantite_stock)
VALUES
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter