欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

新手學(xué)oracle常見疑問

 更新時(shí)間:2015年07月28日 11:43:33   作者:mellowsmile  
這篇文章主要介紹了新手學(xué)oracle常見的疑問,第一,索引范圍掃描,第二,索引唯一掃描,需要的朋友可以參考下

新手在初學(xué)oracle時(shí),都會遇到兩大疑問:第一,索引范圍掃描(index range scan),第二,索引唯一掃描(index unique scan),下面就這兩種疑問通過圖文并茂的方式給大家詳細(xì)介紹下:

1、索引范圍掃描(index range scan)

復(fù)制代碼 代碼如下:

select empno,ename from emp where empno >1orderby empno

這種情況下不會使用索引范圍掃描?

第二、索引唯一掃描(index unique scan)

當(dāng)數(shù)據(jù)類型不一致時(shí),不會進(jìn)行索引唯一掃描,但是實(shí)際仍然唯一索引。

復(fù)制代碼 代碼如下:

select empno,ename from emp where empno='10'

以上就是新手學(xué)oracle常見疑問詳解,希望大家能夠喜歡。

相關(guān)文章

最新評論