Google News
logo
MongoDB - Quiz(MCQ)
In aggregation pipeline, the _______ pipeline stage provides access to MongoDB queries.
A)
$batch
B)
$catch
C)
Both (A) and (B)
D)
$match

Correct Answer :   $match


Explanation : Operations that modify existing documents (i.e. updates) use the same query syntax as queries to select documents to update.

Advertisement