Advanced SQL Developer — Medium
Key points
- `CUME_DIST()` provides a percentile ranking for each row.
- The result is a ratio of rows with values less than or equal to the current row.
- This function is useful for analyzing data distribution in SQL queries.
Ready to go further?
Related questions
