Google News
logo
MongoDB - Quiz(MCQ)
_______ returns a set with elements that appear in any of the input sets.
A)
$setEquals
B)
$setDifference
C)
$setUnion
D)
$setIntersection

Correct Answer :   $setUnion


Explanation : $setUnion performs set operation on arrays, treating arrays as sets.

Advertisement