Consider the following example document:
{
"_id": Objectld("5360c0a0a655a60674680bbe"),
"user"
"login": "irOn"
"description": "Made of steel"
"date": ISODate("2014-04-30T09:16:45.836Z"),
}
>
and index creation command:
db.users.createlndex( { "user.login": 1, "user.date": -1 }, "mylndex" )
When performing the following query:
db.users.find( { "user.login": /Air.*/ },
{ "user":1, "_id":0 > ).sort( { "user.date":1 > )
which of the following statements correctly describe how MongoDB will handle the query? Check all that apply.
Barb
7 months agoCharlena
8 months agoGerald
8 months agoDonette
8 months agoLettie
8 months agoLazaro
9 months agoAdell
9 months agoNobuko
9 months agoJina
9 months agoAlaine
9 months agoBuck
9 months agoBoris
9 months agoLili
9 months agoJose
9 months agoTijuana
9 months agoAlisha
9 months agoMadalyn
9 months agoJacinta
10 months ago