-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinsert product values.txt
More file actions
42 lines (41 loc) · 4.52 KB
/
insert product values.txt
File metadata and controls
42 lines (41 loc) · 4.52 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
{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf340
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww28300\viewh17700\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\f0\fs24 \cf0 INSERT INTO grocery_website.product VALUES(null,'Gerber 2nd Foods Squash Corn & Chicken',2.07,1,4,'healthy');\
INSERT INTO grocery_website.product VALUES(null,'Portable mushroom 32 oz',4.98,1,5,'Our selection of juice gives you an exciting spectrum of savory choices that are great');\
INSERT INTO grocery_website.product VALUES(null,'Banana Juice',2.07,2,3,'Our selection of juice gives you an exciting spectrum of savory choices that are great');\
INSERT INTO grocery_website.product VALUES(null,'Powder, 12 oz',6.04,1,4,'no harm');\
INSERT INTO grocery_website.product VALUES(null,'Pittsburgh Squash Corn & Chicken',2.07,1,5,'healthy');\
INSERT INTO grocery_website.product VALUES(null,'2012 Wine',4.98,1,3,'Our selection of juice gives you an exciting spectrum of savory choices that are great');\
INSERT INTO grocery_website.product VALUES(null,'milk shake',2.07,2,7,'fresh');\
INSERT INTO grocery_website.product VALUES(null,'sugar, 22 oz',6.04,1,6,'no harm');\
INSERT INTO grocery_website.product VALUES(null,'Squash',2.07,1,5,'Whether you are grilling, searing or broiling, we are sure to deliver unparalleled taste to your table');\
INSERT INTO grocery_website.product VALUES(null,'Green Grape Juice 32 oz',4.98,1,3,'fresh');\
INSERT INTO grocery_website.product VALUES(null,'Red Grape Juice',2.07,1,3,'Our selection of juice gives you an exciting spectrum of savory choices that are great');\
INSERT INTO grocery_website.product VALUES(null,'chocolate, 12 bars',6.04,1,2,'yummy');\
INSERT INTO grocery_website.product VALUES(null,'White Grape Juice 12 oz',4.98,1,3,'fresh');\
INSERT INTO grocery_website.product VALUES(null,'yogurt porfait',1.07,2,7,'Our selection of juice gives you an exciting spectrum of savory choices that are great');\
INSERT INTO grocery_website.product VALUES(null,'rose',6.04,1,2,'no harm');\
INSERT INTO grocery_website.product VALUES(null,'chicken, 12 lbs',2.07,1,5,'Whether you are grilling, searing or broiling, we are sure to deliver unparalleled taste to your table');\
INSERT INTO grocery_website.product VALUES(null,'vegetable sushi 22 oz',5,1,4,'fresh');\
INSERT INTO grocery_website.product VALUES(null,'meat',2.07,6,1,'Whether you are grilling, searing or broiling, we are sure to deliver unparalleled taste to your table');\
INSERT INTO grocery_website.product VALUES(null,'turkey, 12 oz',6.04,1,4,'Whether you are grilling, searing or broiling, we are sure to deliver unparalleled taste to your table');\
INSERT INTO grocery_website.product VALUES(null,'Maximize',3.07,1,1,'healthy');\
INSERT INTO grocery_website.product VALUES(null,'strawberry 32 oz',5.98,1,4,'we operated business dedicated to preparing the highest quality premium fruit');\
INSERT INTO grocery_website.product VALUES(null,'shrimp',2.07,2,1,'Whether you are grilling, searing or broiling, we are sure to deliver unparalleled taste to your table');\
INSERT INTO grocery_website.product VALUES(null,'Hershey chocolate, 22 oz',6.04,1,4,'yummy');\
INSERT INTO grocery_website.product VALUES(null,'green apple',2.07,2,3,'fresh');\
INSERT INTO grocery_website.product VALUES(null,'colorful pepper, 12 oz',6.04,5,4,'no harm');\
INSERT INTO grocery_website.product VALUES(null,'Corn',2.07,6,4,'healthy');\
INSERT INTO grocery_website.product VALUES(null,'White Grape',4.98,1,3,'fresh');\
INSERT INTO grocery_website.product VALUES(null,'Banana Juice',2.07,2,3,'Our selection of juice gives you an exciting spectrum of savory choices that are great');\
INSERT INTO grocery_website.product VALUES(null,'carrot, 3 lb',6.04,3,4,'we operated business dedicated to preparing the highest quality premium vegetable');\
INSERT INTO grocery_website.product VALUES(null,'cabbage',2.07,5,4,'we operated business dedicated to preparing the highest quality premium vegetable');\
INSERT INTO grocery_website.product VALUES(null,'White Grape Juice 32 oz',4.98,1,3,'fresh');\
INSERT INTO grocery_website.product VALUES(null,'spinach',2.07,2,5,'we operated business dedicated to preparing the highest quality premium vegetable');\
INSERT INTO grocery_website.product VALUES(null,'onion',6.04,7,5,'you could grill and broil, we are sure to deliver unparalleled taste to your desk');\
INSERT INTO grocery_website.product VALUES(null, 'canned_tuna_fish',6,2,5,'fresh and delicious why not choose our brand');\
\
}