Repeats a statement for column couple in a join.
In a trigger for the table TITLE, the following macro:
.FOREACH_PARENT()
where .JOIN("%PK%=%FK%", " and", "", ";")
message 'Reference %REFR% links table %PARENT% to %CHILD%'
 .ENDFOR
            generates the following trigger script:
message 'Reference TITLE_PUB links table PUBLISHER to TITLE
For columns, the macro JOIN only accepts the variables %PK%, %AK%, and %FK%.