Which of the following descriptions about Hint optimization strategies isincorrect?
JOIN_PREFIX: uses the specified table order as thelastjoin order
JOIN_FIXED_ORDER: uses the FROM clause's table order as the join order
JOIN_ORDER: uses the specified table order as the join order
MAX_EXECUTION_TIME: limits the statement execution time
Submit