SELECT title, description FROM film WHERE film_id IN ( SELECT film_id FROM film_category JOIN category USING(category_id) WHERE category....