Cascading Delete
Thursday, April 27th, 2006An option that has been around for a long time in the Oracle Database is ‘ON DELETE CASCADE’ on a foreign key. I almost never use this option, because the front-end takes care of this. But, since there are going to be more types of front-ends to the same database it’s a good idea to [...]


