SQL code copied to buffer
RU PT FR
Task 36:

Average film rental duration for each customer

Find the average rental time of a movie (in days) for each customer.
Display the result as a table with columns customer_id, first_name, last_name and average_rental_time.
The rental time is calculated as the difference between return_date and rental_date in the rental table. 
Round the result up to the nearest whole number. Sort the result in ascending order of the customer_id field.

Use MySQL syntax to write your answer. Descriptions of tables are provided in the right pane.

Write your request in the field below and click the "Check it!" button.
Get hint
Copy code Clear editor

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

Privacy & Cookie Policy.