Google News
logo
MongoDB - Quiz(MCQ)
Which of the following method returns a cursor?
A)
skip
B)
find
C)
sort
D)
All of the above

Correct Answer :   find


Explanation : The find() method returns a cursor. To iterate the cursor and return more documents, type it in the mongo shell.

Advertisement