SELECT f.title,f.description FROM film f where f.film_id in (select fc.film_id from film_category fc where fc.category_id in (select category_id from category where name ='action'))
SELECT f.title,f.description FROM film f where f.film_id in (select fc.film_id from film_category fc where fc.category_id in (select category_id from category where name ='action'))