Delete Child Record transformations

If i delete one record in master table, then the same record is also deleted in dependent table, for this which transformation can we use.

Questions by skuchina   answers by skuchina

Showing Answers 1 - 3 of 3 Answers

In this case if the sources are relational then in DB while defining foreign key relation itself , if ON Delete Cascade is mentioned then automatically if master records are deleted child records also gets deleted

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions