

MCQOPTIONS
Saved Bookmarks
1. |
What is true about $unwind stages in aggregation framework ? |
A. | It is used to unwind document that are using arrays. |
B. | When using an array, the data is kind of pre-joined and this operation will be undone with this to have individual documents again. |
C. | This stage we will increase the amount of documents for the next stage. |
D. | All of the above |
Answer» E. | |