1.

What is true about $skip stages in aggregation framework ?

A. This is a filtering operation and thus this can reduce the amount of documents that are given as input to the next stage.
B. This limits the amount of documents to look at, by the given number starting from the current positions.
C. With this, it is possible to skip forward in the list of documents for a given amount of documents.
D. None of the above
Answer» D. None of the above


Discussion

No Comment Found