Which of the following aggregation commands in MongoDB does not support sharded collections?
MongoDB is
‘$set' sets the value of
Consider the following document from the products collection:
What does the following query using $elemMatch return? db.products.find( { product_code: "345678" }, { variations: { $elemMatch: { size: ^L^ } } } )