MongoDB CRUD Operations
Let's have a basic understanding of MongoDB CRUD operations with the help of an example.
First, let's create a database to store the data:
test> use hospital
output> switched to db hospital
Now we have a Hospital database. Let's create a "patients" c...
itsadityagupta.hashnode.dev4 min read