What is true about COST column in the Explain Plan output?
-
COST is SUBJECTIVE
-
COST is RELATIVE
-
COST is OBJECTIVE
-
COST is SELECTIVE
B
Correct answer
Explanation
The COST column in Oracle's execution plan represents an internal unitless metric calculated by the optimizer. It is relative: it compares different execution paths for the same query but has no meaning across different queries or statements.