The number of rows deleted from the database as a result of internal activity generated by the SQL statement.
Internal delete activity can result from these events:
A cascading delete enforcing an ON CASCADE DELETE referential constraint
A trigger being fired
If this statement causes a large number of internal deletes, you might re-evaluate the design of the table referenced in the statement to determine whether the referential constraints or triggers defined for the table are necessary.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center