SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select title, release_year, rating from film f join film_actor fa on f.film_id = fa.film_id join actor a on fa.actor_id = a.actor_id where first_name = "HENRY" and last_name = "BERRY" ; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear