Aggregation operations process data records and return computed results. Aggregation operations group values from multiple documents together, and can perform a variety of operations on the grouped data to return a single result. What aggregation operator of NoSQL is equivalent to WHERE is SQL?

Q & AAggregation operations process data records and return computed results. Aggregation operations group values from multiple documents together, and can perform a variety of operations on the grouped data to return a single result. What aggregation operator of NoSQL is equivalent to WHERE is SQL?
Admin Staff asked 4 years ago

Aggregation operations process data records and return computed results. Aggregation operations group values from multiple documents together and can perform a variety of operations on the grouped data to return a single result. What aggregation operator of NoSQL is equivalent to WHERE is SQL?

a.$match
b.$loopup
c.$group
d.$matches

1 Answers
Admin Staff answered 4 years ago

a.$match