MongoDB Method: db.collection.find()
Find documents in a specific collection or a view. We can retrieve multiple documents from a collection(or view), based on some filters. This command returns a cursor, we can iterate over the items using the cursor.