1、查询所有表的外键:
select table_name, constraint_name from user_constraints where constraint_type = "R";select table_name, constraint_name fr
1、查询所有表的外键:
select table_name, constraint_name from user_constraints where constraint_type = "R";select table_name, constraint_name fr