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 < 表名>
A.SYSTEM
B.SYS
C.LBACSYS
D.MDSYS
A.關(guān)系表
B.對象表
C.臨時表
D.外部表
最新試題
amdu抽取asm文件時主要需要依賴哪些元數(shù)據(jù)()
以下關(guān)于Oracle中CREATE TABLE命令說法正確的是()
在Oracle GoldenGate中,提供哪些加密的方法()
以下關(guān)于Oracle全局臨時表(Global Temporary Table)和永久表(Permanent Table)說法正確的有()
Oracle中前滾和回滾有什么區(qū)別()
以下delete與Truncate區(qū)別敘述正確的有()
關(guān)于創(chuàng)建和運行遠(yuǎn)程數(shù)據(jù)庫調(diào)度程序作業(yè),以下正確的是()
Oracle中哪些情況不適宜開啟表緩存()
Oracle表空間的種類可以分為()
在Oracle RAC環(huán)境中哪種方式可以對ASM 實例進(jìn)行啟動或停止操作()