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

MONGODB Reference: CRUD

Quick reference for CRUD.

Read time: 1 min Words: 14
My Progress

MONGODB Reference — CRUD

Quick summary of CRUD with syntax and example.

Syntax

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

Example

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