Eg: I have table A which has a column referenced to table B. When I drop table B, all records from c
Eg: I have table A which has a column referenced to table B. When I drop table B, all records from column A are deleted too. Is there any simpler way to not have table A truncated?


