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

You run `find()` with a `limit` but no `sort`. What can you rely on about the order of the returned documents?

db.events.find().limit(5)