InterviewSolution
DB.<COLLECTION>.find().SKIP(n).LIMIT(n)
Note: n is the PAGESIZE, for the first page skip(n) will not be applicable
limit(n) limits the documents to be returned from the cursor to n, skip(n) will skip n documents
from the cursor
Your experience on this site will be improved by allowing cookies. Read Cookie Policy