NO STRATEGY NOW (ONLY AT EXECUTION TIME) is a search strategy of the SQL optimizer.
If the column values of a subquery are not known until the subquery is executed, then the SQL optimizer does not choose the most effective search strategy for accessing the table until these values are available.
The system chooses the actual strategy at runtime.