select fm.film_id,fm.title
from film fm
left join film_category fc
on fc.film_id = fm.film_id
where fc.category_id is null