/MongoDB-Queries

Executed CRUD,Aggregate and other operators and function in MongoDB

MONGODB QUERIES

1.Created a database
2.Inserted documents into collection
3.Queried the documents using find() and logical operators like $and,$or,$not
4.Used the aggregate pipeline to delete the document in collection that contains duplicate values