Open AndreC510 opened 6 years ago
Add mock data for Product table. Useful for testing.
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) );
Add mock data for Product table. Useful for testing.