How to add a DB Collection in MongoDB with Mongo Shell code example Example: mongodb insert db.products.insert( { item: "card", qty: 15 } )