Click to See Complete Forum and Search --> : deleting rows with fk constraint


new_developer
03-27-2007, 04:24 PM
If I have tables with FK constraints but do not have the 'on delete cascade' option set, do I need to write a delete statement for every table starting with the lowest child to delete all records? Or is there a cascade delete option for the delete statement?

PAVB
03-27-2007, 04:37 PM
There is no "cascade" option for the "delete" statement.