What is the order of tables shown in an EXPLAIN output?
It lists tables from the smallest to the largest.
It lists tables in the order in which their data will be read.
It lists tables from the most optimized to the least optimized.
It lists tables in the order in which they are specified in the statement that is being explained.
Submit