0 votes
in Big Data | Hadoop by (30.8k points)
What is the syntax of the skip() method in MongoDB ?

1 Answer

0 votes
by (23.1k points)

The syntax of the skip() methopd is as follows:

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

Related questions

...