In MongoDB, db.dropDatabase () is used for ___

29. In MongoDB, db.dropDatabase () is used for ___.

  1. Dropping Databases
  2. Creating a Collection
  3. Database Creation
  4. None of the mentioned above

Answer: A) Dropping Databases

Explanation:

In MongoDB, the db.dropDatabase () function is used to remove databases from the system. This command has an effect on the currently active database.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.