Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
MongoDB sorting and limiting explained
Play lesson

MongoDB tutorial for beginners 🍃 - MongoDB sorting and limiting explained

4.0 (3)
20 learners

What you'll learn

This course includes

  • 1 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#MongoDB #course #tutorial db.students.find() db.students.find().sort({name: 1}) db.students.find().sort({name: -1}) db.students.find().sort({gpa: 1}) db.students.find().sort({gpa: -1}) db.students.find().limit(1) db.students.find().limit(3) db.students.find().sort({gpa: -1}).limit(1) db.students.find().sort({gpa: -1}).limit(3)

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere