Aggregation functions in MongoDB >
Find count of all employee by group in collection in MongoDB
count() Method - Find count of all employee in collection in MongoDB
$sum operator - sum of salary by group in MongoDB
$avg operator - average of salary by group in MongoDB
$min operator - Find minimum value from documents in MongoDB
$max operator in MongoDB - Find maximum value from documents
$first operator in MongoDB
$last operator in MongoDB
$stdDevPop operator in MongoDB - Find standard deviation from documents
$push operator in MongoDB
$addToSet operator in MongoDB
Labels:
Aggregation functions MongoDB
MongoDB