Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyMongoDBcomparison operators $gt $inSingle-choice MCQ

What does this `find` return when the `$in` array is empty?

db.orders.find({ status: { $in: [] } })