Google News
logo
ArangoDB - Quiz(MCQ)
Which of the following method Returns a cursor after retrieving all documents from a collection?
A)
Doc.all()
B)
collection.all()
C)
document.all()
D)
collection.document()

Correct Answer :   collection.all()


Explanation : collection.all() method Returns a cursor after retrieving all documents from a collection.

Advertisement