MongoDB Basic Commands

NOTE : We will use the below in the entire document for learning purpose :   DB  Name : infra Collection Name : topics 1. Create a database : User Infra Note : Creating a database is only possible, once you add a collection to it 2. Create a collection : Here we...