i have 3 table and they have Foreign key constraint.

Table1 pk Quote_id
Table2 pk order_id , Quote_id is foreign key for table 2
Table3 pk shipment_id, order_id is foreign key for table3

now if i delete a row in table 1 i want to delete cascade on teh row connected with foreign key constraints in the other tables.