This document discusses how to implement a slowly changing dimension (SCD) Type 2 in Informatica. An SCD Type 2 inserts new records for changes to dimension attributes rather than updating existing records. The example shows creating source and target tables, developing a mapping with transformations to flag new/changed records and insert/update appropriately, and sample data runs demonstrating how historical data is captured in the target table.