Home »
MCQs »
ArangoDB MCQs
Which of the following method returns the list of all existing databases?
22. Which of the following method returns the list of all existing databases?
- db._databases()
- db._databaseslist()
- db._list()
- db._listdb()
Answer: A) db._databases()
Explanation:
db._databases() method returns the list of all existing databases.