1SELECT2 count(*)3FROM4 film5 JOIN film_category USING(film_id)6 JOIN category USING(category_id)7WHERE8 category.name = 'Sci-Fi'
You should use the app on a larger display:
MySQL EXPLAINs include a lot of data that can not be simplified enough for a great experience on small mobile screens.