Q5
Single choice
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^ } } } )