select task_item_id from evaluation_tasks where task_id = :task_id select cal_item_id from evaluation_cal_task_map where task_item_id = :task_item_id delete from evaluation_cal_task_map where cal_item_id = :cal_item_id