oracle中索引的使用语法

   索引:在定义主键 primary key  和 unique 惟一约束时,会自动的在所在的列建立惟一性索引。          用户能够为其余的列建立非惟一性和惟一性索引。                   标准的而语法:    create  index  index_name on  table_name (col_name) tablespace tablespace_name;  
相关文章
相关标签/搜索