For analytical purposes, we frequently query the rental table with conditions similar to DATE_FORMAT(return_date, '%Y-%m') = 'YYYY-MM' (where 'YYYY-MM' represents a specific year and month). To significantly improve the performance of these queries, create a functional index named idx_return_date_func on the return_date column, utilizing the DATE_FORMAT function.
Write your request in the field below and click the "Check it!" button.
Use MySQL syntax to write your answer. Descriptions of tables are provided at the bottom of the screen.