The Merchant’s Remaining Riches

The Merchant’s Remaining Riches: Measure Remaining Order Value Over Time with SQL Analytic Techniques

Track how much total revenue is left after each day in completed orders.

Xorthax wants to review all completed orders placed between October 1 and October 31, 2245. For each day, calculate the total value in base currency using the exchange rate from the Currency table. Then show the total value of orders left from that point onward to the end of the month.
Write Your Query
Next Problem →

It models how businesses evaluate completed sales performance by tracking how total revenue changes after each transaction date.

You’ll learn to apply cumulative logic within analytic windows to measure remaining value and progression over time.

This problem is labeled as Advanced. It’s intended for learners who are already comfortable with common window functions and want to push into more complex analytical patterns. Don’t rush — work through the hints one at a time and study the final query structure carefully.

Yes. Every problem comes with optional hints you can reveal one at a time, plus a fully worked step-by-step solution. You decide how much help you want while practicing.

All problems on PracticeWindowFunctions.com are completely free and can be solved without creating an account. Right now there are over 80 practice problems, with new ones added regularly.
Ace the Data Science Interview
Ace the Data Science Interview

Comprehensive prep for data interviews: SQL, stats, product sense, and case studies.

(Affiliate link – as an Amazon Associate I earn from qualifying purchases.)