Oracle Database: Program with PL/SQL — Question 5

Which must be true in order to add RESULT_CACHE to a function header and have it compile successfully?

Answer options

Correct answer: C

Explanation

The correct answer is C because only pipelined table functions can utilize RESULT_CACHE. Options A, B, and D are incorrect because they pertain to other requirements that do not specifically relate to the successful compilation of a function with RESULT_CACHE.