首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle_散乱

2012-07-08 
oracle_杂乱DBA_TABLES ALL_TABLES USER_TABLESoracle官方文档的说明1.DBA_ALL_TABLES describes al

oracle_杂乱
DBA_TABLES >= ALL_TABLES >= USER_TABLES

oracle官方文档的说明
1.DBA_ALL_TABLES describes all object tables and relational tables in the database. Its columns are the same as those in ALL_ALL_TABLES.

2.ALL_ALL_TABLES describes the object tables and relational tables accessible to the current user.

3.USER_ALL_TABLES describes the object tables and relational tables owned by the current user. Its columns (except for OWNER) are the same as those in ALL_ALL_TABLES.

热点排行