A.create table new_table as (select *from old_table);
B.create table new_table as select *from old_table where 1=1;
C.create table new_table as select *from old_table;
D.create table new_table as select from old_table where 1=1;
您可能感興趣的試卷
你可能感興趣的試題
A.創(chuàng)建、查看表空間
B.修改、刪除表空間
C.查看、修改系統(tǒng)參數(shù)
D.oracle數(shù)據(jù)庫打開,關(guān)閉
A.alter table old_table rename new_table;
B.alter table old_table rename to new_table;
C.rename old_table to new_table;
D.rename old_table new_table;
A.lsnrctl start
B.lsnrctl stop
C.lsnrctl status
D.lsnrctl restart
A.CREATE(創(chuàng)建)
B.INSERT(插入)
C.UPDATE(修改)
D.DELETE(刪除)
A.CREATE TABLE
B.CREATE VIEW
C.GRANT
D.LOCK
最新試題
在Oracle中,有哪些進程或者操作會產(chǎn)生歸檔()
Oracle數(shù)據(jù)庫可以顯示設(shè)置哪三項保證RMAN備份持久性()
以下關(guān)于Oracle檢查點的用途說法正確的是()
在Oracle中,下面哪些對象類型是段()
在Oracle數(shù)據(jù)庫中,SCN由哪兩個部分組成()
以下Oracle管理數(shù)據(jù)多版本和讀一致性機制描述正確的是()
關(guān)于創(chuàng)建和運行遠程數(shù)據(jù)庫調(diào)度程序作業(yè),以下正確的是()
以下描述Oracle undo作用正確的有()
Oracle資源管理計劃可以使用多種方法來控制資源,下面哪些是可用的()
在oracle數(shù)據(jù)庫中數(shù)據(jù)庫用于定位和檢索表中的行所需的數(shù)據(jù)訪問路徑包含以下哪幾種()