CRUD (Create, Read, Update, Delete) operations enable you to work with data stored in MongoDB.
Insert Documents
Find Documents
Update Documents
Replace Documents
Delete Documents
Bulk Write Operations
Transactions and Sessions
Configure CRUD Operations