Table must be analyzed after index is created to use function-based index
Q. What should be done to use a function-based index?- Published on 28 Jul 15a. The table must be analyzed after the index is created
b. The query must be guaranteed need NULL values from the indexed expression, since NULL values are not stored in indexes
c. Both A & B
d. None of the above
ANSWER: The table must be analyzed after the index is created