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

MONGODB Reference: MongoDB Introduction

Quick reference for MongoDB Introduction.

Read time: 1 min • Words: 16
My Progress

MONGODB Reference — MongoDB Introduction

Quick summary of MongoDB Introduction with syntax and example.

Syntax

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

Example

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