Nếu bạn không thể thêm các ràng buộc truyền dẫn việc xóa, bạn phải tự viết tất cả các thao tác xóa cần thiết:
delete employee where companyid in (select companyid from company c where productid = xxx);
delete company where productid=xxx;
delete product where productid=xxx;