Login
Remember
Register
Ask a Question
Which method is used to return information for all users associated with a database?
+1
vote
asked
Apr 17, 2021
in
MongoDB
by
rajeshsharma
Which method is used to return information for all users associated with a database?
Pick the best answer from given options
a) db.Users()
b) db.returnUsers()
c) db.getUsers()
mongodb
mongodb-mcq
mongodo-interview-questions
mongodb-questions-answers
mongodb-best-questions
top-50-mongodb-mcq
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 17, 2021
by
rajeshsharma
Correct answer for above question is : c) db.getUsers()
...