Table comparison transformation in ETL tools like Informatica produces four record types: Insert (new rows in target), Update (changed rows), Delete (rows removed from source), and Normal (unchanged rows that pass through). The Normal flag identifies rows that matched but had no changes, which is useful for auditing and tracking processing statistics.