GeekArticles
FAQ
Oracle FAQCascading Delete Using SQL
Author: asktom.oracle.com |
Published: 28th Apr 2008 |
Visited: 47 times |
Add CommentFiled in: Oracle FAQTom, I suspect your readers will find this interesting. I am trying to logically 'Delete Cascade' across four tables, and cannot implement R.I. because we cannot guarantee the "logical parent" table would always be inserted into before its children....
Read Article Sponsored Links
Related Articles
• Hint for "Delete" button says "Refactor" QC#: 59251 Version: 11.2 Status: Open defect, requires resolution Description: In the toolbar of the "Find references" result panel there are two buttons: "Delete" and "Delete All".
The popup hint for the "Delete" button is incorrect: it says "Refa ...
• Need a simplier interface to delete toolbar items. QC#: 15128 Version: 10.0 Status: Open defect, requires resolution Description: Hi,
There is a conception problem with the relation of experts and toolbars in the IDE.
If an expert registers an action in the IDE actionlist and the user adds a toolbut ...
• Can't delete columns in inherited DbGrid QC#: 2632 Version: 7.0 Status: Closed defect, no action required Resolution: Bug has been fixed Description:
When inheriting from a BaseForm that includes a DbGrid (but no column defintions) and after creating "All Columns" in the column editor on th ...
• generate delete statement Hi Tom
Thanks for always being there for us and also taking my question.
I have two tables, one of which gives table name and other gives column_name, column_type and column value. We need to delete rows for these column values from tables in ...