Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyMongoDBsort limit skipSingle-choice MCQ

On a collection with no index on `createdAt`, what is the behavior of this query?

db.events.find() .sort({ createdAt: -1 }) .limit(5)