A.select TABLESPACE_NAME from user_tables;
B.select TABLESPACE_NAME from user_tablespaces;
C.select TABLESPACE_NAME from dba_tablespaces;
D.select TABLESPACE_NAME from dba_tables;
您可能感興趣的試卷
你可能感興趣的試題
A.select tablespace_name from dba_tablespaces where table_name=’TEST’;
B.select tablespace_name from user_tables where table_name=’TEST’;
C.select tablespace_name from dba_tables where table_name=’TEST’;
D.select tablespace_name from user_tablespaces where table_name=’TEST’;
A.truncate from table_name;
B.delete table table_name;
C.truncate table_name;
D.truncate table table_name;
A.select count from TEST;
B.select cnt from TEST;
C.select count(*)from TEST;
D.select cnt(*)from TEST;
A.group by
B.order by
C.DISTINCT
D.having by
A.select table_name from dba_tab;
B.select table_name from dba_tables;
C.select table_name from user_tables;
D.select table_name from user_tab;
最新試題
在Oracle中,下面哪些對象類型是段()
Oracle中哪些情況不適宜開啟表緩存()
在PostgreSQL中,當需要導(dǎo)入大量數(shù)據(jù)時,以下哪些策略可以有效減少導(dǎo)入時間()
以下哪些操作會導(dǎo)致分區(qū)表上的全局索引失效()
在Oracle中可以將哪三個操作作為多分區(qū)操作執(zhí)行()
在數(shù)據(jù)庫中啟用歸檔日志記錄和控制文件自動備份,數(shù)據(jù)文件和重做日志文件完好無損,但控制文件由于介質(zhì)故障而受到影響,在哪些兩種恢復(fù)方案中必須使用RESETLOGS()
Oracle表空間的種類可以分為()
關(guān)于創(chuàng)建和運行遠程數(shù)據(jù)庫調(diào)度程序作業(yè),以下正確的是()
以下關(guān)于Oracle檢查點的用途說法正確的是()
執(zhí)行閃回事務(wù)的先決條件是()