單項選擇題下面哪項操作不是索引的合理使用?()

A.在檢索列上創(chuàng)建索引,可以加快檢索速度
B.在主鍵列上創(chuàng)建索引,可以組織表中數(shù)據(jù)存儲
C.在“性別”列上創(chuàng)建索引,可以加快檢索速度
D.在外鍵列上創(chuàng)建索引,可以加快連接速度


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題實現(xiàn)查詢學(xué)生表STUDENT信息,并按照出生日期倒序排列的SQL語句為()

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

2.單項選擇題對學(xué)生表STUDENT插入數(shù)據(jù),其正確的SQL語句為()

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’)

3.單項選擇題實現(xiàn)Oracle數(shù)據(jù)庫表對象刪除的SQL語句為()

A.delete < 表名>
B.drop < 表名>
C.delete table < 表名>
D.drop table < 表名>

5.單項選擇題在Oracle實例關(guān)閉后,下面哪種類型表中數(shù)據(jù)將被清除?()

A.關(guān)系表
B.對象表
C.臨時表
D.外部表