Docs Menu

CRUD Operations

CRUD (Create, Read, Update, Delete) operations enable you to work with data stored in MongoDB.

Some operations combine aspects of read and write operations. To learn more about these hybrid methods, see Compound Operations.

To learn about how to modify the way your CRUD operations execute, see Modify Execution of CRUD Operations.