Answer: An
Oracle hint is an optimizer directive that is embedded into an SQL statement to suggest to
Oracle how the statement should be executed. For example, here is an
Oracle hint to change the default optimizer mode for a query: Select /*+first_rows(10) */
read more >>