问题 I have created a cluster create cluster abc_clus (abc_key int) ; and then created an index based on that cluster create index abc_clus_idx on cluster abc_clus; I tried adding this cluster on these 4 tables for a complex join create table number1 ( dateofbirth date, Time timestamp(0), IDnumber int not null, class varchar(7) not null, primary key (dateofbirth, Time, class)) cluster abc_clus(class); and create table number2( tutornumber int not null, forename varchar2(20) not null, constraint