InterviewSolution
Saved Bookmarks
| 1. |
Why is it not allowed to give String and Date type arguments for SUM() and AVG() functions? Can we give these type of arguments for other functions ? |
|
Answer» String and dates are not real numbers that we calculate so Sum or Avg functions are not valid for them. |
|