In a parent / childĀ table scenario, I have deleted all the child records. When I try to delete parent records, it tries to check if the child records exists. Is there a way to skip the child records validation without disabling the constraints in child table?
This would help in cleanup of the table records without taking a downtime in PROD databases.
Warm Regards,
Girish Kulkarni