select film_id,title
from film
left join film_category using(film_id)
left join category using(category_id)
where category_id is null