🙏 Thank you for your support! We have already raised $65 in July — that is enough to keep working until next month. Please help us keep up the pace and support the project further. Support the project →
SQL code copied to buffer
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.