Define a generic SQL transformation script using the Task Group component.
Tables – define source tables and joins.
Joins – defines join operations and the join ordering.
Attributes – defines attributes and their transformation.
Filters – defines the WHERE condition.
Sort – defines the SORT BY condition.
Group – defines the GROUP BY condition.
Target – determines the kind of SQL statement to be generated, like INSERT, UPDATE, DELETE operations, defines the destination table and the attribute mappings.