Docs Menu
Docs Home
/
MongoDB Manual
/ /

CRUD Commands

CRUD commands create, read, update, and delete documents.

Name
Description

Runs an aggregation pipeline on a collection or view.

Performs many insert, update, and delete operations on multiple collections in one request.

New in version 8.0.

Counts the number of documents in a collection or a view.

Deletes one or more documents.

Returns distinct values in a specified field from a collection or view.

Selects documents in a collection or a view.

Returns and modifies a single document.

Inserts one or more documents.

Performs map-reduce aggregation.

Updates one or more documents.

Back

Query Language