Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Cascade DELETE

Re: Cascade DELETE

From: Angelo Cavallaro <angelo.cavallaro_at_pcm.bosch.de>
Date: 1998/01/29
Message-ID: <34D0B763.C82@pcm.bosch.de>#1/1

Use Foreign Key-Constraints with the option ON DELETE CASCADE. They will delete all dependent rows in the foreign table when deleting a row in primary table.
Angelo. Received on Thu Jan 29 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US