The Optimizer breaks down complicated SELECT statements into multiple internal SELECT steps that create temporary results.
For SELECT statements of this type, the EXPLAIN statement provides multiple search strategies. INTERNAL TEMPORARY RESULT is specified as the table name. The database system can only search through intermediate results of this type sequentially.