Login
Remember
Register
Ask a Question
Which command can be used to check the size of a collection named posts?
0
votes
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
Which command can be used to check the size of a collection named posts?
A - db.posts.stats()
B - db.posts.findStats()
C - db.posts.find({stats:1})
D - db.stats({ collection : posts })
#mangodb
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 17, 2020
by
AdilsonLima
Ans is A
A - db.posts.stats()
...