The following example shows collecting statistics on an unnamed index that includes the index definition.
COLLECT STATISTICS INDEX (column_1, column_2) ON table_1;
The following example shows collecting statistics on an unnamed index that includes the index definition.
COLLECT STATISTICS INDEX (column_1, column_2) ON table_1;