Home »
MCQs »
CouchDB MCQs
Which combination operator matches if all the selectors in the array match in CouchDB?
38. Which combination operator matches if all the selectors in the array match in CouchDB?
- $add
- $and
- $or
- $not
Answer: B) $and
Explanation:
The $and operator matches if all the selectors in the array match in CouchDB.