I have a form from where Information is entered into multiple database having same id, if by mistake wrong data is entered, I want to delete that from all tables.
How and what should I do to delete from all information related to that id from all tables.
ON DELETE CASCADE
. – Ignacio Vazquez-Abrams Jul 3 '13 at 9:59