当前位置:数据库 > Oracle >>

在线等!!如何通过主表及其主键查询到与之关联的表及关联字段?数据库为oracle

希望知道的大侠,能告知在oracle数据库中如何通过主表查到与其相关联的所有子表,感知不尽!
答案:select * from user_cons_columns a, user_constraints b
 where a.constraint_name = b.constraint_name and b.constraint_type = 'P'
   and b.table_name='待查的表名'
其他:你用PL/SQL工具的话,输入表名,选中表名右键view,通过key,或者右下角直接view sql源代码也行的

上一个:听说oracle只有一个数据库 ?不能有多个?
下一个:那是什么数据库的SQL语句。我用的Oracle

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,