Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
select actor_id, concat(first_name, ' ', last_name) actor_name, f.title film_title, c.name category from sakila.actor a join sakila.film_actor fa using(actor_id) join sakila.film_text f using (film_id) join sakila.film_category fc using (film_id) join sakila.category c using (category_id);

Stuck with a problem? Got Error? Ask AI support!

Copy Clear