SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select title from inventory I left join film F on F.film_id = I.film_id left join rental R on R.inventory_id = I.inventory_id group by title order by F.rental_duration limit 1 ; show status like 'Last_query_cost';

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear