Which of the following method is used to drop the database?

23. Which of the following method is used to drop the database?

  1. db._drop(name)
  2. db._dropDb(name)
  3. db._dropDatabase(name)

Answer: C) db._dropDatabase(name)

Explanation:

db._dropDatabase(name) method is used to drop the database.

Comments and Discussions!

Load comments ↻






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