1.

In aggregation pipeline, the _______ pipeline stage provides access to MongoDB queries.(a) $catch(b) $match(c) $batch(d) All of the mentionedI got this question in homework.The query is from Read Operations topic in division MongoDB CRUD Concepts and Operation of MongoDB

Answer»

Correct CHOICE is (b) $match

To ELABORATE: Operations that MODIFY existing documents (i.e. updates) use the same QUERY SYNTAX as queries to select documents to update.



Discussion

No Comment Found

Related InterviewSolutions