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

In the find() shell signature db.coll.find(query, projection), what does the second argument control?

db.users.find({ status: "active" }, { name: 1, _id: 0 });