MongoDB CRUD operations refer to the create/insert, read, update and delete operations.
Create/Insert Operation:- It is used to add new documents to the collection if it exist, else it creates one.
Read Operation
Update Operation
Delete Operation