Day Task 28: Python MongoDB Create a database Check if a database exist Create a collection Check if a collection exist Insert into collection Return the id field Insert multiple documents Insert multiple documents with specified IDs Find the first document in the Find all documents in the selection Find only some fields Filter the result Advanced query Filter with regular expressions Sort the result alphabetically Sort the result descending (reverse alphabetically) Delete many documents Delete all documents in a collection Delete a collection Update a document Update many/all documents Limit the result