A.通用數(shù)據(jù)庫的數(shù)據(jù)操作語言
B.通用數(shù)據(jù)庫的后端編程語言
C.Oracle數(shù)據(jù)庫的數(shù)據(jù)操作語言
D.Oracle數(shù)據(jù)庫的后端編程語言
您可能感興趣的試卷
你可能感興趣的試題
A.插入數(shù)據(jù)
B.修改數(shù)據(jù)
C.刪除數(shù)據(jù)
D.查詢數(shù)據(jù)
A.在檢索列上創(chuàng)建索引,可以加快檢索速度
B.在主鍵列上創(chuàng)建索引,可以組織表中數(shù)據(jù)存儲
C.在“性別”列上創(chuàng)建索引,可以加快檢索速度
D.在外鍵列上創(chuàng)建索引,可以加快連接速度
A.select *from student sort by Birthday
B.select *from student order by Birthday
C.select *from student order by Birthday Desc
D.select *from student sort by Birthday Desc
A.insert student value ("2015001",“XX“)
B.insert student value (’2015001’,’XX’)
C.insert into student value (’2015001’,’XX’)
D.insert into student values (’2015001’,’XX’)
A.delete < 表名>
B.drop < 表名>
C.delete table < 表名>
D.drop table < 表名>
最新試題
在Oracle GoldenGate中,提供哪些加密的方法()
在Oracle數(shù)據(jù)庫中,SCN由哪兩個部分組成()
在Oracle 12c中,對于具有多租戶數(shù)據(jù)庫的DatAGuard環(huán)境,以下陳述正確的是()
以下關(guān)于Oracle檢查點的用途說法正確的是()
Oracle資源管理計劃可以使用多種方法來控制資源,下面哪些是可用的()
以下關(guān)于Oracle初始化參數(shù)文件敘述正確的是()
在Oracle中以下哪些情況會導(dǎo)致存儲過程或函數(shù)執(zhí)行失?。ǎ?/p>
在oracle中,下面關(guān)于alter table table_name move命令的說法正確的有()
在Oracle中,有哪些進程或者操作會產(chǎn)生歸檔()
以下關(guān)于Oracle全局臨時表(Global Temporary Table)和永久表(Permanent Table)說法正確的有()