Table of Contents
aggregation in mongodb
This practical focuses on some of the aggregation method in mongodb.1. Write a MongoDB query to use sum, avg, min and max expression. 2. Write a MongoDB query to use push and addToSet expression. 3. Write a MongoDB query to use first and last expression.