1. Learn
  2. /
  3. Courses
  4. /
  5. PostgreSQL Summary Stats and Window Functions

Exercise

Running totals of athlete medals

The running total (or cumulative sum) of a column helps you determine what each row's contribution is to the total sum.

Instructions

100 XP
  • Return the athletes, the number of medals they earned, and the medals running total, ordered by the athletes' names in alphabetical order.