MCQs > IT & Programming > MongoDB > Which command will return all the posts with a number of likes greater than 100 and less than 200, including the limit values ?

MongoDB MCQs

Which of the following commands will return all the posts with a number of likes greater than 100 and less than 200, including the limit values ?

Answer

Correct Answer: db.posts.find({ likes : { $gte : 100 , $lte : 200 } } );

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MongoDB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MongoDB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it