The following request is similar to that of Example: Collecting Full Statistics. However, sampled statistics on the index are collected instead of scanning the entire index.
COLLECT STATISTICS USING SAMPLE INDEX (empno, name) ON employee;
The following request is similar to that of Example: Collecting Full Statistics. However, sampled statistics on the index are collected instead of scanning the entire index.
COLLECT STATISTICS USING SAMPLE INDEX (empno, name) ON employee;