Oracle索引之index range scan/index full scan/index fast full scan

首先看個例子吧:express [PHP] SQL> create table test (id number not null, name varchar2(30)); 表已建立。 SQL> insert into test select rownum, object_name from dba_objects; 已建立30366行。 SQL> commit; 提交完成。 SQL> create
相關文章
相關標籤/搜索