Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deleting a row with foreign keys

293170Jun 16 2002
I'm using Orcale8i and I'm trying to delete a row from a table that contains foreign keys. I know that the foreign key relationship needs to be removed before the row can be deleted, but I'm not sure how to do this. Do I need to you use CASCADE CONSTRAINTS after my DELETE statement? I don't want to delete the foreign key relationships from the entire table, just from a selected record.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2002
Added on Jun 16 2002
2 comments
2,127 views