Choose two.['title', 'EXPLAIN']Examine this query and output:
Mysql> EXPLAIN ANALYZE
SELECR city.CountryCode,contry,Name AS Country_Nae,
FROM world.city
INNER JOIN world.country ON country.Code =city.CountryCode
WHERE country.Continent=’Asia’
AND city.Population >100000
ORDER BY city,Population DESC\G
***********************************1.row*****************************
(含图)
图片地址: https://oss-emcsprod-public.modb.pro/image/exam/question_1640081699252.jpg