Jika Anda tidak dapat menambahkan batasan yang menyebarkan penghapusan, Anda harus menulis sendiri semua penghapusan yang diperlukan:
delete employee where companyid in (select companyid from company c where productid = xxx);
delete company where productid=xxx;
delete product where productid=xxx;