SQL:Trigger Question

2002-12-03 Thread Duane Boudreau
Hi All, I have a db (MSSQL) with the following tables: Position Questions Response position_id question_id response_id position_id question_id I need to design the triggers that will automatically delete related records from the question and responses table. I

Re: SQL:Trigger Question

2002-12-03 Thread Jochem van Dieten
Duane Boudreau wrote: I have a db (MSSQL) with the following tables: Position Questions Response position_id question_id response_id position_id question_id I need to design the triggers that will automatically delete related records from the question and