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

A query object lists two different fields. How does MongoDB combine them?

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