MongoDB.local SF, Jan 15: See the speaker lineup & ship your AI vision faster. Use WEB50 to save 50%
Find out more >
Docs Menu
Docs Home
/
Fundamentals

CRUD Operations

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

  • Read Operations find and return documents stored in your database.

  • Write Operations insert, modify, or delete documents in your database.

Some operations combine aspects of read and write operations. See our guide on compound operations to learn more about these hybrid methods.