1.

To get the current number of namespaces in the mongo shell, use :

A. db.system.namespaces.countc()
B. db.system.namespaces.count(*)
C. db.system.namespaces.count()
D. all of the mentioned
Answer» D. all of the mentioned


Discussion

No Comment Found