Product Pairs in Category Time

54. Product Pairs in Category Time

List each product sale and the next item sold in its category by date.

Xorthax is studying sales trends by category. Write a query to display each product sold and the next product sold within the same category, based on the order date.
Write Your Query