Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
MongoDB
easy
MongoDB
comparison operators $gt $in
Single-choice MCQ
What does this `find` return when the `$in` array is empty?
db.orders.find({ status: { $in: [] } })