ALTER TABLE vn.operator ADD CONSTRAINT operator_FK_4 FOREIGN KEY (sectorFk) REFERENCES vn.sector(id) ON DELETE RESTRICT ON UPDATE CASCADE;