0 votes
in MongoDB by
What is the syntax of the skip() method?

1 Answer

0 votes
by
skip() method syntax is:

db.COLLECTION_NAME.find().limit(NUMBER).skip(NUMBER)

Related questions

+1 vote
asked Apr 17, 2021 in MongoDB by rajeshsharma
0 votes
asked Jan 7, 2023 in MongoDB by sharadyadav1986
...