Home / CSE MCQs / MongoDB MCQs :: Discussion

Discussion :: MongoDB MCQs

  1. Which of the following will display complete list of available cursor flags ?
  2. A.
    cursor.Option()
    B.
    cursor.addOption()
    C.
    cursor.addOptions()
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    You should either close the cursor manually or exhaust the cursor.


Be The First To Comment