InterviewSolution
Saved Bookmarks
| 1. |
_________ functions are those used on a group of values. |
|
Answer» hi. Group-value FUNCTIONS The existence of a GROUP BY CLAUSE in a SQL STATEMENT indicates that you are using a group-value function. The most common group-value functions include Avg, Count, Max, Median, Min, Stdev, Sum, Var, ApplyAgg, and so on.. stay safe. JAI SHREE KRISHNA |
|