Home »
MCQs »
ArangoDB MCQs
Which of the following method Returns a cursor after retrieving all documents from a collection?
32. Which of the following method Returns a cursor after retrieving all documents from a collection?
- Doc.all()
- document.all()
- collection.document()
- collection.all()
Answer: D) collection.all()
Explanation:
collection.all() method Returns a cursor after retrieving all documents from a collection.