Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyMongoDBsingle-field indexesSingle-choice MCQ

After creating this index, which query can use it to avoid a full collection scan?

db.users.createIndex({ email: 1 })