The Next Order Countdown

53. The Next Order Countdown

Show each customer's order along with the date of their next one, if it exists.

Xorthax wants to understand the order patterns of his customers. Write a query to display each customer's Order ID, the date of that order, and the date of their next order, if it exists.
Write Your Query