Hi @god_prophet ,
In the given links , the attribute revIntegrity="normal" is defined, so it will initialize all the Foreign Keys if the deletion happened at the source Schema.
So the truncate operation on ABC would only initialize the foreign keys of Recipient Schema.
PFA the documentation f...