How to Insert an Embedded MongoDB Document using CMD code example Example: mongodb insert db.products.insert( { item: "card", qty: 15 } )