I want to delete record in table B when i delete record in Table A both table have a common column. I want to do it using trigger .Can any body give some idea.
Table details are.
Table A:
Channel_ID, Name
Table B
User_Id,Channel _ID, Description
Table details are.
Table A:
Channel_ID, Name
Table B
User_Id,Channel _ID, Description
Comment