-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.sql
More file actions
44 lines (44 loc) · 1.59 KB
/
products.sql
File metadata and controls
44 lines (44 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
INSERT INTO products (id, name, price) VALUES
('13371018', 'Läsk', 5),
('13371026', 'Godis', 4),
('20005825', 'Lidl Mjölkchoklad', 5),
('20029838', 'Lidl Mjölkchoklad med hasselnötter', 5),
('20449100', 'Lidl Mjölkchoklad frukt och nötter', 5),
('20543372', 'Freeway Orange', 4),
('40111216', 'Bounty', 7),
('76145759', 'Toblerone', 4),
('5000112579321', 'Fanta', 5),
('5000112579376', 'Fanta Lemon', 5),
('5000112579390', 'Fanta Exotic', 5),
('5000112579758', 'Cola', 5),
('5000112579826', 'Cola Zero', 5),
('5000112579925', 'Sprite', 5),
('5000159407236', 'Mars', 7),
('5000159459228', 'Twix', 7),
('5000159461122', 'Snickers', 4),
('5449000009500', 'Cola Cherry', 7),
('5449000096982', 'Cola Vanilj', 7),
('7040110663200', 'Japp', 4),
('7310040018341', 'Guld Nougat', 7),
('7310040020719', 'Center', 7),
('7310040020726', 'Plopp', 7),
('7310040027602', 'Kexchoklad', 4),
('7310040028746', 'Sport Lunch', 7),
('7310070000057', 'Apotekarnes julmust', 6),
('7310070000361', 'Mountain Dew', 7),
('7310070765802', 'Apotekarnes julmust', 4),
('7310070766007', 'Pepsi', 5),
('7310070766090', 'Trocadero (burk),', 5),
('7310070766113', 'Zingo', 5),
('7310350117482', 'Kexchoklad Choklad & Yoghurt', 4),
('7310350117512', 'Sport Lunch Power Break', 3),
('7310350118342', 'Kexchoklad', 6),
('7310401009933', 'Trocadero', 5),
('7310511251604', 'Pigall', 4),
('7310511257507', 'Daim', 4),
('7340131603002', 'NOCCO Citrus/Fläder', 20),
('7340131606003', 'NOCCO Citron/Lime', 20),
('7340131611106', 'NOCCO Apelsin', 20),
('7393714236036', 'Frank', 9),
('7622210406873', 'Japp all nuts', 4),
('7622300386719', 'Dubbelnougat', 4);