Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumMongoDBmultikey array indexesSingle-choice MCQ

Given a multikey index on `scores` (an array of numbers), what does the query do?

db.coll.find({ scores: { $gt: 80, $lt: 90 } })