This is from a book I am reading:
Strictly speaking, the find() command returns a cursor to the returning documents. Therefore, to access the documents you’ll need to iterate the cursor. The find() command automatically returns 20 documents—if they’re available—after iterating the cursor 20 times.
I cannot understand what the author means. What is a cursor in MongoDB.