Se non puoi aggiungere vincoli che propagano l'eliminazione, devi scrivere tu stesso tutte le eliminazioni necessarie:
delete employee where companyid in (select companyid from company c where productid = xxx);
delete company where productid=xxx;
delete product where productid=xxx;