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