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

1 Answer

0 votes
by

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

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

Related questions

0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma
0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma
...