I have 6 tables named A,B,C,D,E,F
I have A's Primary key, Now B have ref in A, C has ref in B, D has ref in C
E has ref in A, F has ref in B
Now I want to delete A's records and its related records in other tables and I have only A's primary key,
Best way to delete all records.
Thanks in advance.