SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select cus.first_name, cus.last_name, cus.email, re.rental_date from rental as releft join customer as cus on re.customer_id = cus.customer_id 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 ChatGPT!

Copy Clear