Kushal-C / OrganicFoodStore

For class @ SJSU
1 stars 0 forks source link

Add Mock Data #58

Open AndreC510 opened 5 years ago

AndreC510 commented 5 years ago

Add mock data for Product table. Useful for testing.

AndreC510 commented 5 years ago

Added 1000 rows of mock data to innodb.Product. Schema is create table innodb.Product ( ProductId INT, ProductName VARCHAR(50), Weight DECIMAL(3,2), Cost VARCHAR(50) );