MongoDB

From Installation to Implementation: Part 6

Mike Wolfe
Towards Data Science
9 min readApr 10, 2021

--

Photo by Markus Winkler on Unsplash

Previously on MongoDB

In part five, we learned about how to update documents using a few different Mongo commands. We also discussed that due to having embedded documents, it would be a little more difficult to update because of the chance details are overwritten. While updating, we learned we could update every field, or we could update…

--

--