CREATE TABLE stock ( product_id int, opening_stock int, material_purchased int, material_sold int, Day date ); insert into stock values (121,10,5,3,