delete from course_menu_exam where course_id = #{newCourseId} and tenant_id = #{newTenantId} delete from course_menu_exam where course_id = #{newCourseId} and module_id = #{newModuleId} and tenant_id = #{newTenantId} delete from course_menu_exam where course_id = #{newCourseId} and module_id = #{newModuleId} and chapter_id = #{newChapterId} and tenant_id = #{newTenantId} delete from course_menu_exam where course_id = #{newCourseId} and module_id = #{newModuleId} and chapter_id = #{newChapterId} and section_id = #{newSectionId} and tenant_id = #{newTenantId}