Hi Team,
as we know generally we create the secondary index when we have to read the data from a data base table based on non primary key fields to improve the performance . but in case of pooled and clustered tables we can't create the secondary index then in that case what we do? in case of we need to read the data based on non primary key fields?
Thanks.