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 first_name, last_name, email from customer inner join rental on customer.customer_id = rental.customer_id where customer.customer_id in (select customer_id from rental where inventory_id in (SELECT inventory_id from inventory where film_id = (select film_id from film where title = 'FRONTIER CABIN')) )

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

Copy Clear