Get all Foreign Keys for All dependent tables for One Table to nth Level
问题 I have one table Called Member with Column Name Member_Id . This Table Referred by more than 23 other tables as Primary Table with Member_Id as Foreign Column. Now these 23 tables also have Primary Keys, and some serve also as Primary table for other tables. So I want to fetch all Foreign Keys for all dependent Table referring to table Member . My Goal is to Truncate Member table which has Foreign keys. I can't use Delete as these tables have more data, so it may take ages for me to delete