|
将获得的信息 |
数据字典表 |
数据字典列 |
| 表的名字 | user_tables 或 all_tables | table_name |
| 视图的名字 | user_views 或 all_views | view_name |
| 视图的定义 | user_view 或 all_views | text |
| 表和视图的列 | user_tab_colums 或 all_tab_columns | column_name |
| 表的主键 |
user_constraints 和 user_cons_columns constraint_name列关联
或
all_constraints 和 all_cons_columns constraint_name列关联
|
数据词典
最新推荐文章于 2025-10-30 18:45:27 发布
本文介绍如何使用特定的数据字典表来查询数据库的元数据信息,包括表名、视图名、列名及主键等关键数据结构。
1559

被折叠的 条评论
为什么被折叠?



