For MongoDB and many other NoSQL databases, we use a standard such as CRUD. This standard says that there are operations to create, read, delete and update documents. Below are some examples of the most typical tasks to deal with documents and their equivalent in the SQL world: CREATE: ...