I am trying to solve an Informatica problem
I have two tables: Table A and Table B have the following structure
Table A
A_Key
A_Name
A_Address
Table B
B_Key
B_Name
B_Address
A_Key (Foreign Key)
I need to make sure that Every A_Key in Table B exist as A_Key in Table A.
Since I am new to Informatica Data Quality tool, I am trying to find the logic how I can implement this.
One logic that I can think is creating Rule
Does anyone have a better solution?