Clustered index syntax
773691May 18 2010 — edited May 18 2010hello,
i am trying to add clustered indexes to my tables to make it fast. i am new to oracle and am not sure how this concept works for oracle. Does clustererd index exist at all for oracle or else is it just the normal index syntax which is:
create index idxtesrt on table1(id);
thanx a lot.
Akshath