MongoDB Commonly used Commands with examples
Overview The aim of this post is to list out commonly and sometimes rarely used MongoDB commands, queries and Aggregation framework. To install MongoDB community server, please follow Setting Up MongoDB Community Server You can also refer the MongoDB documentation for an enhanced info. Commands Show Databases Create Database use {database name} eg: Create Collection…