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

1 Answer

0 votes
by

The syntax of the limit() method is as follows:

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

...