Select from following answers:- It is an Aggregate function introduced from SQL Server 2012.Within a group of rows, it calculates the cumulative distribution of a value in a group of values.
- It is an Analytic function introduced from SQL Server 2012.Within a group of rows, it calculates the cumulative distribution of a value in a group of values.
- It is both Aggregate and Analytic function introduced from SQL Server 2012.Within a group of rows, it calculates the cumulative distribution of a value in a group of values.

- It is both Aggregate and Analytic function introduced from SQL Server 2012.Within a group of rows,it calculates the absolute rank of a row.
- All Above
It is both Aggregate and Analytic function introduced from SQL Server 2012.Within a group of rows, it calculates the cumulative distribution of a value in a group of values.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator