Options

Table to Table Rule

How can I create a Table to Table Rule when the join between the source and the target tables are like:

from Sourcetable 
join Table1 on Table1 .fkSourcetable  = Sourcetable.PK
join Table2 on Table2 .fkTable1  = Table1.PK
join Targettable  on Targettable.fkTable2  = Table2 .PK

Tagged:

Answers

Sign In or Register to comment.