Multiple choice technology Required fields for EIM table IF_ROW_BATCH_NUM, IF_ROW_STAT, CONFLICT_ID ROW_ID, IF_ROW_BATCH_NUM, conflict_id ROW_ID, IF_ROW_BATCH_NUM, IF_ROW_STAT ROW_ID, IF_ROW_BATCH_NUM Reveal answer Fill a bubble to check yourself C Correct answer Explanation EIM tables require ROW_ID (unique identifier), IF_ROW_BATCH_NUM (batch tracking), and IF_ROW_STAT (status tracking like 0=success). These are mandatory columns for EIM processing. CONFLICT_ID is optional.