Google News
logo
MongoDB - Quiz(MCQ)
Which of the following method is used to query documents in collections?
A)
find
B)
shell
C)
move
D)
replace

Correct Answer :   find


Explanation : The find() method with no parameters returns all documents from a collection and returns all fields for the documents.

Advertisement