Oracle 是不是一个表中 只能有一个聚集索引?
cluster index是在cluster table里用的,如果是单独的一张表也没必要用到cluster,cluster 一般2张表以上,而cluster index就用两张表相同的列,可以看看官方文档
https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/managing-clusters.html#GUID-2EB6D65C-3DD8-4C92-A8B4-C05197B6CF2D
你说的聚集索引,是CLUSTER吗
是CLUSTER