insert into customers (customerid, orgname, address, cityid, phonenum, regionid,status,orderdate,remarks,regionname,ordertotal,employeeid,delivery_date) values ('191','A-B.A MEDICAL STORE','LARKANA MEDICAL CENTRE','LRK','009222','1010106',1,'2013-08-05','','STATION ROAD','3060',10,'2013-8-8');insert into customers (customerid, orgname, address, cityid, phonenum, regionid,status,orderdate,remarks,regionname,ordertotal,employeeid,delivery_date) values ('191','A-SUNNY MEDICAL STORE','NEAR STATION ROAD LRK','LRK','009222','1010106',1,'2013-08-05','','STATION ROAD','3403',10,'2013-8-8'); insert into customerorder (productid,customerid, quantity,unitprice,prodname,order_date,employeeid) values ('001032','11',9,'340.00','BRUFEN TAB 400MG','2013-08-05',10); insert into customerorder (productid,customerid, quantity,unitprice,prodname,order_date,employeeid) values ('001014','191',10,'340.34','ARINAC FORTE TAB','2013-08-05',10);