Sinisterly
CRUD operations in MongoDB - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge)
+---- Forum: Academic Discussion (https://sinister.ly/Forum-Academic-Discussion)
+---- Thread: CRUD operations in MongoDB (/Thread-CRUD-operations-in-MongoDB)



CRUD operations in MongoDB - adisharma - 11-04-2020

Hello Everyone, Can anyone tell me how do I perform CRUD operations in MongoDB? I am working on mongodb project and preparing some mongodb interview questions. If anyone knows the process of CRUD operations, Please elaborate me.


RE: CRUD operations in MongoDB - jyotisingh0894 - 11-23-2020

(11-04-2020, 08:20 AM)adisharma Wrote: Hello Everyone, Can anyone tell me how do I perform CRUD operations in MongoDB? I am working on MongoDB project and preparing some MongoDB interview questions. If anyone knows the process of CRUD operations, Please elaborate on me.


CRUD operations refer to the basic Insert, Read, Update, and Delete operations. In the previous chapter, we learned about how to create a database and drop the database in MongoDB.