-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinserts.sql
More file actions
18 lines (16 loc) · 2.94 KB
/
inserts.sql
File metadata and controls
18 lines (16 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INSERT INTO Drugstore VALUES(1, 'farmatodo', 'Calle 48 #21', '3123897621', 'farmatodo@todo.com', 'http://farmatodo.api/catalog');
INSERT INTO Drugstore VALUES(2, 'farmacenter', 'Calle 48 #21', '3123897621', 'farmatodo@mail.com', 'http://farmatodo.api/catalog');
INSERT INTO Drugstore VALUES(3, 'Farmus', 'Calle 48 #21', '3123897621', 'farmatodo@mail.com', 'http://farmatodo.api/catalog');
INSERT INTO Drugstore VALUES(4, 'Formol', 'Calle 48 #21', '3123897621', 'farmatodo@mail.com', 'http://farmatodo.api/catalog');
INSERT INTO ProductFromDrugstore VALUES(1, 'jabón', 'jabón de droguería', 4500, 'soap,jabón,avena,90gr',1);
INSERT INTO ProductFromDrugstore VALUES(2, 'jabón 2', 'otro jabón de droguería', 4500, 'soap,jabón,avena,90gr',2);
INSERT INTO ProductFromDrugstore VALUES(3, 'jabón 3', 'otro más jabón de droguería', 4500, 'soap,jabón,avena,90gr',3);
INSERT INTO Product VALUES(1, 'gel', 'Un gel', 'stockR678', 1000, 20, 10, 'https://exitocol.vtexassets.com/arquivos/ids/1779425-800-auto?width=800&height=auto&aspect=true', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(2, 'gel', 'Un gel', 'stockR678', 1000, 20, 10, 'https://exitocol.vtexassets.com/arquivos/ids/1649817-1600-auto?width=1600&height=auto&aspect=true', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(3, 'Mtilpredni', 'Un gel', 'stockR678', 1000, 20, 10, 'https://locatelcolombia.vteximg.com.br/arquivos/ids/222949-1000-1000/7702057177072_1_METILPREDNISOLONA-MK-16MG-X-10-TABLETAS.jpg?v=637195533452600000', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(4, 'plazentol', 'Plazentol', 'stockR678', 1000, 20, 10, 'https://locatelcolombia.vteximg.com.br/arquivos/ids/210343-495-495/5600860331860_PRAZENTOL-1MG-ML-SOLUCION-ORAL-X-150ML.png?v=636921542782570000', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(5, 'Bellanew', 'Un gel', 'stockR678', 1000, 20, 10, 'https://locatelcolombia.vteximg.com.br/arquivos/ids/225352-1000-1000/7702870940549_1_BELLANEW-1.5MG-2MG-X28TAB.jpg?v=637245424839100000', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(6, 'Ciruelax', 'Un gel', 'stockR678', 1000, 20, 10, 'https://locatelcolombia.vteximg.com.br/arquivos/ids/202182-495-495/7803510002983-CIRUELAX-75MG-X-40-COMPRIMIDOS-RECUBIERTOS.png?v=636429128997000000', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(7, 'Sevedol', 'Un gel', 'stockR678', 1000, 20, 10, 'https://locatelcolombia.vteximg.com.br/arquivos/ids/224217-495-495/7702870072899_1_SEVEDOL-TENSE-220MG-250MG-65MG-X-12-TABLETAS.jpg?v=637226867647870000', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(8, 'Asumate 24', 'Un gel', 'stockR678', 1000, 20, 10, 'https://locatelcolombia.vteximg.com.br/arquivos/ids/199208-232-232/8437009433508-ASUMATE-0.1-0.02MG-X-21-COMPRIMIDOS-RECUBIERTOS.png?v=636359712290370000', 'gel,gelsito,10gr');
INSERT INTO Product VALUES(9, 'X Ray dol', 'Un gel', 'stockR678', 1000, 20, 10, 'https://locatelcolombia.vteximg.com.br/arquivos/ids/223798-495-495/650240028199_1_X-RAY-DOL-CAJA-X-12-TABLETAS.jpg?v=637218897941730000', 'gel,gelsito,10gr');