Array query operators functionality

Report a typo

Match array query operators with their functionality.

Match the items from left and right columns
$all
$elemMatch
$size
is used to query the number of elements in an array
selects documents if the element in the array field matches all the specified conditions
is used to match arrays that contain all elements specified in the query
___

Create a free account to access the full topic