Hi,
My current requirement need to delete specific records from parent and also from child tables.
So, DELETE CASCADE will be helpful.
I need to know whether it is a good practice to use that? I hope it is.
And also I think the performance will be better than deleting manually.
please throw me a light on this.
Thank you.
My current requirement need to delete specific records from parent and also from child tables.
So, DELETE CASCADE will be helpful.
I need to know whether it is a good practice to use that? I hope it is.
And also I think the performance will be better than deleting manually.
please throw me a light on this.
Thank you.