Home »
MCQs »
ArangoDB MCQs
Which of the following method Return the database name?
21. Which of the following method Return the database name?
- db._name_of_db()
- db._name()
- db._database_name()
Answer: B) db._name()
Explanation:
db.name() method Returns the database name.