如何确定Oracle索引是群集还是非群集?
我弄完了
select FIELD from TABLE where rownum <100
在哪里FIELD构建索引的字段.我已经订购了元组,但结果是错误的,因为索引是非聚集的.
FIELD
oracle indexing
indexing ×1
oracle ×1