select count(title) total from film f join film_category fc on f.film_id=fc.film_id join category c on fc.category_id = c.category_id where name='Action'
select count(title) total from film f join film_category fc on f.film_id=fc.film_id join category c on fc.category_id = c.category_id where name='Action'