Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyMongoDBfind and query filtersSingle-choice MCQ

How does this query treat the two conditions on the same query object?

db.users.find({ age: { $gt: 18 }, city: "Pune" })