I would say 'least undo' for insert rather than saying no undo at all.
when we rollback:
delete requires reinserting the row(reconstruct the actual row)
insert requires just to delete the row (takes less bytes to store a rowid).
Hummm! If the question was not 'least undo', I would have given the answer 'E' and gotten a score 0.
Regards
Beksy
[ October 03, 2002: Message edited by: Beksy Kurian ]