Om du inte kan lägga till begränsningar som sprider borttagningen måste du själv skriva alla nödvändiga raderingar:
delete employee where companyid in (select companyid from company c where productid = xxx);
delete company where productid=xxx;
delete product where productid=xxx;