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

1 Answer

0 votes
by (30.4k points)
skip() method syntax is:

db.COLLECTION_NAME.find().limit(NUMBER).skip(NUMBER)
Click here to read more about Loan/Mortgage
Click here to read more about Insurance

Related questions

+1 vote
asked Apr 17, 2021 in MongoDB by rajeshsharma (23.1k points)
0 votes
asked Jan 7 in MongoDB by sharadyadav1986 (30.4k points)
...