Hello,
i am stuck up witha funny problem. I have a table say A with a primary key - say A_ID. I have another table B with fields B_ID, B_Name and BA_ID -> references A(A_ID). I now set atrigger on table A FOR DELETE to delete all the corresponding rows in table B. This however gives me a constraint violation error. Can anybody please help me out??
i am stuck up witha funny problem. I have a table say A with a primary key - say A_ID. I have another table B with fields B_ID, B_Name and BA_ID -> references A(A_ID). I now set atrigger on table A FOR DELETE to delete all the corresponding rows in table B. This however gives me a constraint violation error. Can anybody please help me out??