Which of the following is true about aggregation framework?
Each aggregation operator need to return atleast one of more documents as a result
the aggregate command operates on a multiple collection
A single aggregation framework operator can be used more than once in a query
Pipeline expressions are stateless except accumulator expressions used with $group operator
Submit