From the course: MongoDB C# Developer Associate Cert Prep

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

MongoDB CRUD operations: Replace and delete documents review

MongoDB CRUD operations: Replace and delete documents review - MongoDB Tutorial

From the course: MongoDB C# Developer Associate Cert Prep

MongoDB CRUD operations: Replace and delete documents review

- Congratulations on completing this unit on replacing, updating, and deleting documents in MongoDB. In this unit, you learned how to update documents by using the set and push operators, use find and modify to update and return documents, and delete documents using the delete one and delete many operators. Updating and deleting documents are two important areas of MongoDB functionality. Another key aspect is modifying query results, which you can learn about in other MongoDB University courses. In future units, you'll take your knowledge of MongoDB to the next level. You'll learn how to query a database and tailor the results to your needs, you'll also learn about sorting, limits, projections, and counts.

Contents