Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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: c
Explanation: The limit on the number of namespaces depend on the <database>.ns size.

Join The Discussion