Home »
MCQs »
ArangoDB MCQs
Which of the following method is used to drop the database?
23. Which of the following method is used to drop the database?
- db._drop(name)
- db._dropDb(name)
- db._dropDatabase(name)
Answer: C) db._dropDatabase(name)
Explanation:
db._dropDatabase(name) method is used to drop the database.