A.alter
B.create
C.drop
D.commit
您可能感興趣的試卷
你可能感興趣的試題
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
最新試題
關(guān)于創(chuàng)建和運(yùn)行遠(yuǎn)程數(shù)據(jù)庫(kù)調(diào)度程序作業(yè),以下正確的是()
在數(shù)據(jù)庫(kù)中啟用歸檔日志記錄和控制文件自動(dòng)備份,數(shù)據(jù)文件和重做日志文件完好無(wú)損,但控制文件由于介質(zhì)故障而受到影響,在哪些兩種恢復(fù)方案中必須使用RESETLOGS()
執(zhí)行閃回事務(wù)的先決條件是()
以下關(guān)于Oracle全局臨時(shí)表(Global Temporary Table)和永久表(Permanent Table)說(shuō)法正確的有()
默認(rèn)RAC環(huán)境下,以下哪些操作數(shù)據(jù)庫(kù)會(huì)自動(dòng)啟動(dòng)到open狀態(tài)()
Oracle中哪些情況不適宜開(kāi)啟表緩存()
在Oracle中,有哪些進(jìn)程或者操作會(huì)產(chǎn)生歸檔()
Oracle中,沒(méi)有連接條件的兩表關(guān)聯(lián),可以采用以下哪種連接方式()
在Oracle中可以將哪三個(gè)操作作為多分區(qū)操作執(zhí)行()
以下關(guān)于Oracle初始化參數(shù)文件敘述正確的是()