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

In the mongo shell, what does `db.users.find({ active: true })` return directly, before you iterate it?

db.users.find({ active: true })