Define an SQL query that runs the same query statements for each input row. You can change the query columns or table based on input port values in the row. You can also change the values in the WHERE clause based on input port values.
To change the data values in the WHERE clause for each input row, configure parameter binding.
To change the query columns or to change the table based on input port values, use string substitution.