Google News
logo
ArangoDB - Quiz(MCQ)
Which of the following method Return the database name?
A)
db._name()
B)
db._name_of_db()
C)
db._database_name()
D)
None of the above

Correct Answer :   db._name()


Explanation : db.name() method Returns the database name.

Advertisement