InterviewSolution
Saved Bookmarks
| 1. |
The _____ aggregation operation adds up all the values of the attribute(a) add(b) avg(c) max(d) sumI had been asked this question during an interview.I'm obligated to ask this question of Aggregate Functions in chapter Introduction to Relational Model and Sql of RDBMS |
|
Answer» CORRECT answer is (d) sum Easy explanation: The sum AGGREGATION operation adds up all the values of the specified ATTRIBUTE. There does not exist any aggregation such as add. |
|