orcl Index base

1. 聚簇索引 2. B-tree索引 3. 位图索引  --------------------------- 聚簇索引 - 少用 --建立簇 create cluster test_clst(t_c varchar2(20)) ; --为簇加索引 create index cin on cluster test_clst; --为表增加 create table t ( id varchar2
相关文章
相关标签/搜索