DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

MONGODB Reference: Indexes

Quick reference for Indexes.

Read time: 1 min Words: 14
My Progress

MONGODB Reference — Indexes

Quick summary of Indexes with syntax and example.

Syntax

db.collection.find({ ... })

Example

db.users.find({ country: "Iraq" }).limit(10)