View all questions & answers for the Associate-Reactive-Developer exam
Consider that we want to apply aggregation functions in an Aggregate. Which of the following options is false?
The output of the Aggregate will contain all attributes from the Source Entities plus the aggregation columns.
The output of the Aggregate will not include the columns at grey.
We can apply the following functions on attributes of integer data type: sum, max, min, count and average.
We can apply multiple aggregation functions inside an Aggregate.
Submit