
The solution to HOMEWORK 4.1 M101JS: MongoDB for Node.js Developers
The solution to HOMEWORK 4.1 M101JS: MongoDB FOR NODE.JS DEVELOPERS Suppose you have a collection with the following indexes: > db.products.getIndexes() [ { "v" : 1, "key" : { "_id" : 1 }, "ns" : "store.products", "name" : "_id_" }, { "v" : 1, "key" : { "sku" : 1 }, "unique" : true, "ns" : [...]