🙏 Help keep this project alive. Last month we raised only $32 - enough for servers only. Without your support, there will be no new lessons or features. Support now →
SQL code copied to buffer
RU PT FR
Task 44:

Customer Rental Summary

Write a query to summarize rental activity by customer, specifically counting the number of rentals from two different stores. Your output should include the following columns:
- customer_id: The unique identifier for each customer.
- store_1_rentals: The count of rentals from store 1.
- store_2_rentals: The count of rentals from store 2.

The store defined according store_id in staff table.
Sort the results by customer_id.

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.