Operator

Report a typo

Which operator do we need to use if we want to get products with a price greater than or equal to 20?

db.products.find({price: {...: 20}})
Select one option from the list

Create a free account to access the full topic