Select from following answers:- LEAD
- LAG
- CUME_DIST

- CUME_VALUE
- All Above
CUME_DIST computes the relative position of a specified value in a group of values. For a row r, assuming ascending ordering, the CUME_DIST of r is the number of rows with values lower than or equal to the value of r, divided by the number of rows evaluated in the partition or query result set.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator