Tell me why I can not delete a record from the Departments table?
Organizations ---------------- id - PK Departments ---------------- id org_id - FK Cannot delete or update a parent row: a foreign key constraint fails (`emedia_backend`.`users`, CONSTRAINT `FK_dep_id` FOREIGN KEY (`dep_id`) REFERENCES `departments` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION)