SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select f.title, f.release_year, f.rating from film f join film_actor fa ON f.film_id = fa.film_id join actor a ON a.actor_id = fa.actor_id group by f.title where a.first_name != 'HENRY' and a.last_name != 'BERRY' order by f.rating

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear